Show Company Segment Item
show_company_segment_itemRetrieve full details of a specific Work Breakdown Structure segment item using company, segment, and item IDs.
Instructions
Return details on a specific Company Segment Item. Use this to fetch the full details of a specific Work Breakdown Structure records by its identifier. Returns a JSON object describing the requested Work Breakdown Structure records. Required parameters: company_id, segment_id, id. Procore API: Construction Financials > Work Breakdown Structure. Endpoint: 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 | URL path parameter — unique identifier for the company. | |
| segment_id | Yes | URL path parameter — unique identifier of the segment | |
| id | Yes | URL path parameter — unique identifier of the Work Breakdown Structure resource | |
| standard_cost_code_list_id | No | Query string parameter — standard Cost Code List ID (required for cost codes only) | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |