list_project_segment_items
Retrieve segment items from a project's work breakdown structure in Procore to manage construction financials and cost codes.
Instructions
List Project Segment Items. [Construction Financials/Work Breakdown Structure] GET /rest/v1.0/projects/{project_id}/work_breakdown_structure/segments/{segment_id}/segment_items
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| segment_id | Yes | Segment ID | |
| legacy_sub_job_id | No | Used to filter legacy cost codes by sub job. Default will filter by project. | |
| legacy_cost_code_id | No | legacy_cost_code_id | |
| include_action_policy | No | include_action_policy | |
| only_active_items | No | only_active_items | |
| with_descendant_counts | No | with_descendant_counts | |
| include_sub_job_cost_codes | No | include_sub_job_cost_codes | |
| with_sub_job_cost_codes_count | No | Used to include the count of cost codes that can be used to create wbs codes for each sub job. ONLY supported by sub jobs. | |
| page | No | Page | |
| per_page | No | Elements per page |