Contract
List
Retrieve a paginated list of Contract records. Supports filtering, sorting, and search.
get/api/cp/contract
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
}
]Changes
No recorded changes to this endpoint across all 1 revision of this API.