show_direct_cost_line_item
Retrieve a specific direct cost line item from Procore construction projects to view detailed expense information for financial tracking and management.
Instructions
Show Direct Cost Line Item. [Construction Financials/Direct Costs] GET /rest/v1.0/projects/{project_id}/direct_costs/{direct_cost_id}/line_items/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| direct_cost_id | Yes | ID | |
| id | Yes | Direct Cost Line Item ID | |
| page | No | Page number for pagination | |
| per_page | No | Items per page (max 100) |