Show Cost Code
show_cost_codeFetch full details of a specific Work Breakdown Structure cost code by providing its ID and project ID. Returns a JSON object with the cost code's information.
Instructions
Returns details on a specific Cost Code. 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, project_id. Procore API: Construction Financials > Work Breakdown Structure. Endpoint: GET /rest/v1.0/cost_codes/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier for the Cost Code | |
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| sub_job_id | No | Query string parameter — unique identifier for the Sub Job | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |