Show A Compliance Document.
show_a_compliance_document_projectRetrieve the full details of a specific compliance document linked to a commitment contract using project, contract, and document IDs.
Instructions
Show a specific compliance document by id. Use this to fetch the full details of a specific Commitments by its identifier. Returns a JSON object describing the requested Commitments. Required parameters: project_id, contract_id, id. Procore API: Construction Financials > Commitments. Endpoint: GET /rest/v1.0/projects/{project_id}/work_order_contracts/{contract_id}/compliance_documents/{id}
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 | |
| id | Yes | URL path parameter — identifier for the document | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |