Show Classification
show_classification_companyFetch detailed information about a specific work classification in Procore by providing the company and classification IDs.
Instructions
Return Classification detailed information. Use this to fetch the full details of a specific Company Settings by its identifier. Returns a JSON object describing the requested Company Settings. Required parameters: company_id, id. Procore API: Company Admin > Company Settings. Endpoint: GET /rest/v1.0/companies/{company_id}/work_classifications/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| id | Yes | URL path parameter — unique identifier of the Company Settings resource | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |