GET /rest/v1.0/standard_cost_codes
Return a list of all Standard Cost Codes in a specified Standard Cost Code list.
Servers
- https://api.procore.com
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:
|
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.