list_project_wbs_codes
Retrieve Work Breakdown Structure codes for a Procore project to organize construction financials and track work segments with filtering options.
Instructions
List Project WBS codes. [Construction Financials/Work Breakdown Structure] GET /rest/v1.0/projects/{project_id}/work_breakdown_structure/wbs_codes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| can_select_divisions | No | If true, will include WBS Codes with division segment items. Default is true. | |
| required_segments | No | required_segments | |
| filters__status__ | No | Filter results to only return codes with the included statuses. Options are 'active' or 'inactive'. Defaults to returning all results. | |
| filters__updated_at | No | Filter results to only return codes that were updated within the range of the two specified ISO 8601 timestamps separated by the ... delimiter. | |
| scope | No | Filter results to only return codes that match the specified WBS scope. | |
| query | No | Searches the WBS code and description values and returns results sorted in descending order of relevance to the search query. | |
| group_type | No | Along with 'group_id', groups WBS codes by the specified group type and group ID. Only supported option is 'contract'. | |
| group_id | No | Along with 'group_type', groups WBS codes by the specified group type and group ID. Only supported option is a contract ID. | |
| hide_not_in_group | No | If true, will hide WBS codes that are not in the specified 'group_type' and 'group_id'. Default is true. If false, WBS codes in the specified group will be returned first followed by WBS codes not ... | |
| page | No | Page | |
| per_page | No | Elements per page |