show_commitment_contract_v2_0
Retrieve commitment contract details for construction projects, including vendor information and custom fields, to manage financial agreements and track project spending.
Instructions
Show Commitment Contract. [Construction Financials/Commitments] GET /rest/v2.0/companies/{company_id}/projects/{project_id}/commitment_contracts/{commitment_contract_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Unique identifier for the company. | |
| project_id | Yes | Unique identifier for the project. | |
| commitment_contract_id | Yes | Unique identifier for the Commitment Contract. | |
| view | No | Specifies which view (which attributes) of the resource is going to be present in the response. The extended view includes vendor name and custom fields data, while the default view does not. | |
| page | No | Page number for pagination | |
| per_page | No | Items per page (max 100) |