List Wbs Codes
list_wbs_codesList Work Breakdown Structure codes for a project. Retrieve paginated WBS records with optional filters by ID, search, scope, or group.
Instructions
List Wbs Code for a given project. Use this to enumerate Work Breakdown Structure records when you need a paginated overview, to find IDs, or to filter by query parameters. Returns a paginated JSON array of Work Breakdown Structure records. Use page and per_page to control pagination; the response includes pagination metadata. Required parameters: company_id, project_id. Procore API (v2.0): Construction Financials > Work Breakdown Structure. Endpoint: GET /rest/v2.0/companies/{company_id}/projects/{project_id}/wbs/codes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| page | No | Query string parameter — page number for paginated results (default: 1) | |
| per_page | No | Query string parameter — number of items per page (default: 100, max: 100) | |
| filters__id | No | Query string parameter — return item(s) with the specified IDs. | |
| filters__search | No | Query string parameter — returns item(s) matching the specified search query string. | |
| filters__scope | No | Query string parameter — returns item(s) matching the specified scope. | |
| group | No | Query string parameter — return groups with the specified filter ID. Supported values: `status`, `segment_id-tier_depth`. For example: `group=500-1` will return objects with all values of tier 2 of the segment with id 500. |