Show Commitment Contract Summary
show_commitment_contract_summaryRetrieve a combined summary of change order and invoicing details for a specific commitment contract (purchase order or work order) using its contract ID.
Instructions
Returns a combined summary of change order and invoicing information for a specific commitment contract (Purchase Order or Work Order). 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: company_id, project_id, contract_id. Procore API (v2.0): Construction Financials > Commitments. Endpoint: GET /rest/v2.0/companies/{company_id}/projects/{project_id}/commitment_contracts/{contract_id}/summary
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| contract_id | Yes | URL path parameter — iD of the Commitment Contract | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |