List Wbs Attributes
list_wbs_attributesList Work Breakdown Structure attributes for a project. Use paginated results, filters, and sorting to retrieve specific WBS records or IDs.
Instructions
List Wbs Attributes 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/attributes
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. | |
| filters__id | No | Query string parameter — return item(s) with the specified IDs. | |
| 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) | |
| sort | No | Query string parameter — field to sort by. If the field is passed with a - (Example: -name) it is sorted in reverse order. For multiple sort fields, separate them with a comma (Example: name,-position) |