Show Commitment Change Order Batch
show_commitment_change_order_batchRetrieve full details of a specific commitment change order batch by providing the project ID and batch ID. Returns a JSON object with complete information from Procore's Construction Financials.
Instructions
Show the details of the Commitment Change Order Batch. 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, id. Procore API: Construction Financials > Commitments. Endpoint: GET /rest/v1.0/projects/{project_id}/commitment_change_order_batches/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| id | Yes | URL path parameter — iD of the Commitment Change Order Batch | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |