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": "b8301332-bd31-4712-88e9-f924a0ba0b26",
"identificadorId": "8bfa2980-f56f-4f68-abf2-bcb25db8356e",
"cameraId": "84ce65ed-2a12-481a-b67e-23d578b4abd0",
"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"
}
]