GET /rest/v2.0/companies/{company_id}/projects/{project_id}/wbs/codes/ids
List Wbs Code IDs for a given project
Servers
- https://api.procore.com
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
project_id |
String | Yes |
Unique identifier for the project. |
company_id |
String | Yes |
Unique identifier for the company. |
Request headers
| Name | Type | Required | Description |
|---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Procore-Company-Id |
Integer | Yes |
Unique company identifier associated with the Procore User Account. |
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
page |
Integer | No |
Page |
per_page |
Integer | No |
Elements per page Default value: 5000 |
Request body fields
| Name | Type | Required | Description |
|---|---|---|---|
[] |
Array | Yes | |
[].id[] |
Array | No |
The ID of the WBS code to filter by. |
[].search |
String | No |
The search term to filter by. Searching through the WBS code, description and names of attribute items. |
[].scope |
String | No |
The scope of the WBS code to filter by. Valid values:
|
[].status |
String | No |
The status of the WBS code to filter by. Valid values:
|
[].segment_item[] |
Array | No |
The Segment Items to filter by. |
[].segment_item[].id[] |
Array | Yes |
The ID of the Segment Item to filter by. |
[].segment_item[].segment_id |
String | Yes |
The ID of the Segment for the Items. |
[].segment_item[].tier_depth |
Integer | Yes |
The tier of the Segment Item. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.