Contracts

List Change Orders

Retrieve a paginated list of change orders for a contract.

get/public/v2/contracts/{contract_id}/change-orders/

Path parameters

contract_idinteger required

Query parameters

searchstring nullable
idinteger[] nullable
company_idinteger[] nullable
contract_idinteger[] nullable
numberinteger[] nullable
record_statusRecordStatus[] nullable
start_datestring date nullable
end_datestring date nullable
updated_afterstring date-time nullable
updated_beforestring date-time nullable
orderingstring nullable
limitinteger

Number of records to return per page (capped at 100)

Number of records to return per page (capped at 100)

offsetinteger

Number of records to skip before starting to return results

Number of records to skip before starting to return results

Response

OK

countinteger required

Changes

Changed in 3 of the 14 revisions of this API.4

    • added the new optional query request parameter updated_after

      new-optional-request-parameter

    • added the new optional query request parameter updated_before

      new-optional-request-parameter

    This revision also has 93 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the optional property items/items/obligation_additions/items/ramp_group_id to the response with the 200 status

      response-optional-property-added

    • endpoint added

      endpoint-added