Show Project WBS Segment
show_project_wbs_segmentRetrieve the full details of a specific WBS segment using project ID and segment ID. Returns a JSON object.
Instructions
Show Project 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: project_id, id. Procore API: Construction Financials > Work Breakdown Structure. Endpoint: GET /rest/v1.0/projects/{project_id}/work_breakdown_structure/segments/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| id | Yes | URL path parameter — unique identifier of the Work Breakdown Structure resource | |
| legacy_sub_job_id | No | Query string parameter — unique identifier of the legacy sub job | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |