GET api/pcount/MachineProcessing/GetProcessContracts
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of MachineProcessingDtoName | 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": "ee3b91de-8b95-45b7-9aba-e0d4778f2e42", "identificadorId": "fcb94779-c1fb-4107-a6b2-6e18565b3d0a", "cameraId": "17bf5f0b-559a-4920-afcc-a4e1943663b7", "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" } ]