Show A Compliance Document.
show_a_compliance_document_project_v1_0Retrieve full details of a compliance document for a specific commitment contract using its unique identifier. Required parameters: project ID, contract ID, and document ID.
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}/purchase_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) |