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": "412c1cfc-0b0b-4b73-969e-ce4c78828c18", "identificadorId": "aa074bd8-c605-4b5f-8efe-14c66713b5c3", "cameraId": "e08cd543-3354-4040-a4b9-1c6e6c586aa4", "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" } ]