List Wbs Codes Filter Options
list_wbs_codes_filter_optionsRetrieve paginated filter options for Work Breakdown Structure codes in a project. Use filters by ID or search to narrow results. Requires company and project IDs.
Instructions
List Wbs Code Filter Options 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 JSON array of available filter values for Work Breakdown Structure records. 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/filter_options
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 — id is an attribute from filter response. Pattern is `{segment_id}-{tier-depth}. Returns item(s) with matching segment id and tier depth. | |
| filters__search | No | Query string parameter — returns item(s) with code or name matching the specified search query string. |