Show Requisition (Subcontractor Invoice)
show_requisition_subcontractor_invoiceGet full details of a subcontractor invoice (requisition) for a project. Requires requisition ID and project ID.
Instructions
Return a Requisition (Subcontractor Invoice) on a specified Project. Use this to fetch the full details of a specific Commitments by its identifier. Returns a JSON object describing the requested Commitments. Required parameters: id, project_id. Procore API (v1.1): Construction Financials > Commitments. Endpoint: GET /rest/v1.1/requisitions/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — requisition (Subcontractor Invoice) ID | |
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| view | No | Query string parameter — specifies which view (which attributes) of the resource is going to be present in the response. | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |