Show Detail For Requisition (Subcontractor Invoice)
show_detail_for_requisition_subcontractor_invoiceRetrieve detailed information for a specific subcontractor invoice (requisition) by providing the requisition ID and project ID. Supports pagination with page and per_page parameters.
Instructions
Show Detail for Requisition (Subcontractor Invoice). 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: requisition_id, project_id. Procore API: Construction Financials > Commitments. Endpoint: GET /rest/v1.0/requisitions/{requisition_id}/detail
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| requisition_id | Yes | URL path parameter — requisition (Subcontractor Invoice) ID | |
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |