Show Compliance Information For A Work Order Contract
show_compliance_information_for_a_work_order_contractRetrieve compliance and insurance information for a work order contract, including vendor insurance documents, using project and contract IDs.
Instructions
Return the compliance and insurance information for the specified contract. Includes any insurance documents for the vendor on this contract. Use this to fetch the full details of a specific Commitments by its identifier. Returns a paginated JSON array of Commitments. Use page and per_page to control pagination; the response includes pagination metadata. Required parameters: project_id, contract_id. Procore API: Construction Financials > Commitments. Endpoint: GET /rest/v1.0/projects/{project_id}/work_order_contracts/{contract_id}/compliance
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| contract_id | Yes | URL path parameter — identifier for the work order contract | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |