Show A Commitment Contract (Deprecated)
show_a_commitment_contractRetrieve full details of a commitment contract by supplying its id and project_id. Returns a single JSON object with the complete field set, read-only.
Instructions
Returns detailed information on a Commitment Contract. ### Special notes (Tiers) The visibility of Change Order Packages, Potential Change Orders & Change Order Requests depends on the number of tiers defined in the Commitment Contract as follows: 1-tier: Change Order Packages 2-tier: Change Order Packages, Potential Change Orders 3-tier: Change Order Packages, Change Order Requests, Potential Change Orders. DEPRECATED: Procore has deprecated this endpoint (as of 2021-04-20). It may be removed without further notice; prefer a newer version of this resource where one exists, and use procore_search_endpoints to find it. Use this when you already know which commitment contract you want and need its full field set. id must identify an existing parent record — resolve it with the matching list tool first. Returns a single JSON object describing the commitment contract. Read-only — it changes nothing in Procore. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Required parameters: id, project_id. Procore API: Construction Financials > Commitments. Endpoint: GET /rest/v1.0/commitments/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the Commitments resource | |
| project_id | Yes | Query string parameter — unique identifier for the project. |