GET /rest/v1.0/standard_cost_codes

Return a list of all Standard Cost Codes in a specified Standard Cost Code list.

Servers

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

per_page Integer No

Elements per page

filtersorigin_id String No

Origin ID. Returns item(s) with the specified Origin ID.

company_id Integer Yes

Unique identifier for the company.

standard_cost_code_list_id Integer Yes

Standard Cost Code List ID

view String No

The 'default' view only returns id and standard_cost_code_list_id. The 'compact' view also includes origin_id. The 'extended' view includes the more complete list of attributes shown below. The 'extended' view is used when no value is passed in for this parameter.

Possible values:

  • "extended"
  • "compact"
  • "default"

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.