GET api/pcount/MachineProcessing/GetProcessContracts

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of MachineProcessingDto
NameDescriptionTypeAdditional 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": "1600d652-f657-4e8d-bcb4-2429385e898e",
    "identificadorId": "b2a75c05-f5a4-4a61-ae6b-3a2a15c99696",
    "cameraId": "1c7a55a9-ef39-49f0-8e3b-8d2c2d78678f",
    "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"
  }
]