GET api/pcount/MachineProcessing/GetProcessContracts
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of MachineProcessingDto| Name | Description | Type | Additional information |
|---|---|---|---|
| ContratoId | globally unique identifier |
None. |
|
| IdentificadorId | globally unique identifier |
None. |
|
| CameraId | globally unique identifier |
None. |
|
| Documento | string |
None. |
|
| Identificador | string |
None. |
|
| Circuito | string |
None. |
|
| Descricao | string |
None. |
|
| VideoId | string |
None. |
|
| FacedetectadaId | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"contratoId": "f382168e-b9f0-4861-aace-f0e2f9a07111",
"identificadorId": "f8507243-a766-4997-ac57-5f62734643fd",
"cameraId": "c393dd74-40c3-40d5-b0aa-a50fe9dfc6d8",
"documento": "sample string 4",
"identificador": "sample string 5",
"circuito": "sample string 6",
"descricao": "sample string 7",
"videoId": "sample string 8",
"facedetectadaId": [
"sample string 1",
"sample string 2"
]
},
{
"$ref": "1"
}
]