Show Prime Contract Line Item
show_prime_contract_line_item_projectRetrieve full details of a specific line item from a prime contract by providing company, project, prime contract, and line item IDs.
Instructions
Get a specified line item for a given prime contract. Use this to fetch the full details of a specific Prime Contracts by its identifier. Returns a JSON object describing the requested Prime Contracts. Required parameters: company_id, project_id, prime_contract_id, id. Procore API (v2.0): Construction Financials > Prime Contracts. Endpoint: GET /rest/v2.0/companies/{company_id}/projects/{project_id}/prime_contracts/{prime_contract_id}/line_items/{id}
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. | |
| prime_contract_id | Yes | URL path parameter — unique identifier for the Prime Contract. | |
| id | Yes | URL path parameter — unique identifier of the Prime Contracts resource | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |