Show Standard Cost Code
show_standard_cost_codeRetrieve detailed information about a specific Standard Cost Code from a given list. Use this to fetch full Work Breakdown Structure record details by providing the cost code ID, company ID, and list ID.
Instructions
Return information about a Standard Cost Code from a specified Standard Cost Code list. Use this to fetch the full details of a specific Work Breakdown Structure records by its identifier. Returns a JSON object describing the requested Work Breakdown Structure records. Required parameters: id, company_id, standard_cost_code_list_id. Procore API: Construction Financials > Work Breakdown Structure. Endpoint: GET /rest/v1.0/standard_cost_codes/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the Work Breakdown Structure resource | |
| company_id | Yes | Query string parameter — unique identifier for the company. | |
| standard_cost_code_list_id | Yes | Query string parameter — the ID of the Standard Cost Code List | |
| 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... | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |