Show Standard Cost Code List
show_standard_cost_code_listRetrieve detailed information on a specific Standard Cost Code List at the company level using its identifier. Returns a JSON object describing the requested Work Breakdown Structure record.
Instructions
Return detailed information on a Standard Cost Code List at the Company level. 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. Procore API: Construction Financials > Work Breakdown Structure. Endpoint: GET /rest/v1.0/standard_cost_code_lists/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier for the Standard Cost Code | |
| company_id | Yes | Query string parameter — unique identifier for the company. | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |