GET /rest/v1.0/projects/{project_id}/work_breakdown_structure/segments/{segment_id}/segment_items

List Segment Items for a specific segment

Servers

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
with_sub_job_cost_codes_count Boolean No

Used to include the count of cost codes that can be used to create wbs codes for each sub job. ONLY supported by sub jobs.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. 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.
  3. Click Test request to test run your request to the API and see the API's response.