Show Compliance Documents For A Contract.
show_compliance_documents_for_a_contract_projectRetrieve all compliance documents for a specific contract in a project. Provide project and contract IDs to get paginated results.
Instructions
Return all the compliance documents for a 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_documents
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 a commitment contract | |
| page | No | Query string parameter — page number for paginated results (default: 1) | |
| per_page | No | Query string parameter — number of items per page (default: 100, max: 100) |