GET /rest/v1.0/projects/{project_id}/work_breakdown_structure/segments/{segment_id}/segment_items
List Segment Items for a specific segment
Servers
- https://api.procore.com
Path parameters
Name | Type | Required | Description |
---|---|---|---|
project_id |
Integer | Yes |
Unique identifier for the project. |
segment_id |
Integer | Yes |
Segment ID |
Request headers
Name | Type | Required | Description |
---|---|---|---|
Procore-Company-Id |
Integer | Yes |
Unique company identifier associated with the Procore User Account. |
Query parameters
Name | Type | Required | Description |
---|---|---|---|
page |
Integer | No |
Page |
include_sub_job_cost_codes |
Boolean | No | |
only_active_items |
Boolean | No | |
with_descendant_counts |
Boolean | No | |
per_page |
Integer | No |
Elements per page |
legacy_sub_job_id |
Integer | No |
Used to filter legacy cost codes by sub job. Default will filter by project. |
legacy_cost_code_id |
Integer | No | |
include_action_policy |
Boolean | No |
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.