Contract
Read
Retrieve a single Contract record by ID.
get/api/cp/contract/{id}
Path parameters
idinteger required
Id identifier
Response
Successful response
Example response
{
"id": 12345,
"contract_rev_id": 1,
"company_id": 1,
"route_ingress_id": 1,
"required": 1,
"date_created": "2025-01-17T10:30:00Z",
"date_grace": "2025-01-17T10:30:00Z",
"date_approved": "2025-01-17T10:30:00Z",
"approved_by": "example_approved_by",
"identity_id": 1
}