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": "4bae59cd-b7a2-4db3-bca7-167dac150df4",
"identificadorId": "a7fac8d8-ab20-44ae-9907-be138bfd8557",
"cameraId": "c0a94a1e-3a9c-4706-8182-3adc9e2a28c4",
"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"
}
]