show_company_segment_item
Retrieve a specific segment item from a company's work breakdown structure in Procore to view construction financial details and cost code information.
Instructions
Show Company Segment Item. [Construction Financials/Work Breakdown Structure] GET /rest/v1.0/companies/{company_id}/work_breakdown_structure/segments/{segment_id}/segment_items/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Unique identifier for the company. | |
| segment_id | Yes | Segment ID | |
| id | Yes | Segment Item ID | |
| standard_cost_code_list_id | No | Standard Cost Code List ID (required for cost codes only) | |
| page | No | Page number for pagination | |
| per_page | No | Items per page (max 100) |