List Wbs Attribute Items
list_wbs_attribute_itemsEnumerate Work Breakdown Structure attribute items for a project. Use pagination and filters to find specific records by ID or attribute ID.
Instructions
List Wbs Attributes items 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/attribute_items
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. | |
| filters__attribute_id | No | Query string parameter — return item(s) with the specified Attribute 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) |