GET /rest/v1.0/standard_cost_codes/{id}

Return information about a Standard Cost Code from a specified Standard Cost Code list.

Servers

Path parameters

Name Type Required Description
id Integer Yes

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
company_id Integer Yes

Unique identifier for the company.

standard_cost_code_list_id Integer Yes

The ID of the Standard Cost Code List

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.