Show Company WBS Segment
show_company_wbs_segmentRetrieve detailed information for a specific Work Breakdown Structure segment using company ID and segment ID. Returns a JSON object with the segment's full details.
Instructions
Show Company WBS Segment. 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, id. Procore API: Construction Financials > Work Breakdown Structure. Endpoint: GET /rest/v1.0/companies/{company_id}/work_breakdown_structure/segments/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| id | Yes | URL path parameter — unique identifier of the Work Breakdown Structure resource | |
| segment_item_list_id | No | Query string parameter — segment Item List ID | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |