Show Prime Contract Line Item
show_prime_contract_line_item_v1_0Retrieve full details of a specific line item from a prime contract using the prime contract ID, line item ID, and project ID.
Instructions
Return a specific Line Item from the 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: prime_contract_id, id, project_id. Procore API: Construction Financials > Prime Contracts. Endpoint: GET /rest/v1.0/prime_contracts/{prime_contract_id}/line_items/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prime_contract_id | Yes | URL path parameter — unique identifier of the prime contract | |
| id | Yes | URL path parameter — unique identifier of the Prime Contracts resource | |
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |