Get Requisition Compliance Document
get_requisition_compliance_documentRetrieve the full details of a specific compliance document for a requisition invoice by providing company, project, invoice, and document IDs.
Instructions
Gets the requisition compliance document Procore Pay must be enabled to use this endpoint.. Use this to fetch the full details of a specific Payments by its identifier. Returns a JSON object describing the requested Payments. Required parameters: company_id, project_id, invoice_id, document_id. Procore API (v2.0): Construction Financials > Payments. Endpoint: GET /rest/v2.0/companies/{company_id}/projects/{project_id}/compliance/invoices/{invoice_id}/documents/{document_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the Procore company | |
| project_id | Yes | URL path parameter — unique identifier for the Procore project | |
| invoice_id | Yes | URL path parameter — iD of the SC Invoice | |
| document_id | Yes | URL path parameter — iD of the compliance document | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |