List Standard Cost Codes
list_standard_cost_codesRetrieve paginated lists of standard cost codes for a given cost code list and company. Use query parameters to filter by origin ID or choose a view, enabling efficient Work Breakdown Structure management.
Instructions
Return a list of all Standard Cost Codes in a specified Standard Cost Code list. Use this to enumerate Work Breakdown Structure records when you need a paginated overview, to find IDs, or to filter by query parameters. Returns a paginated JSON array of Work Breakdown Structure records. Use page and per_page to control pagination; the response includes pagination metadata. Required parameters: company_id, standard_cost_code_list_id. Procore API: Construction Financials > Work Breakdown Structure. Endpoint: GET /rest/v1.0/standard_cost_codes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Query string parameter — unique identifier for the company. | |
| standard_cost_code_list_id | Yes | Query string parameter — standard Cost Code List ID | |
| page | No | Query string parameter — page number for paginated results (default: 1) | |
| per_page | No | Query string parameter — number of items per page (default: 100, max: 100) | |
| filters__origin_id | No | Query string parameter — origin ID. Returns item(s) with the specified Origin ID. | |
| view | No | Query string parameter — 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 'ex... |