List All Classification
list_all_classificationReturn a paginated list of work classifications for a company, including details and pagination metadata. Use to enumerate classifications or find IDs.
Instructions
Return a list of all Classification with details for a specified company. Use this to enumerate Company Settings when you need a paginated overview, to find IDs, or to filter by query parameters. Returns a paginated JSON array of Company Settings. Use page and per_page to control pagination; the response includes pagination metadata. Required parameters: company_id. Procore API: Company Admin > Company Settings. Endpoint: GET /rest/v1.0/companies/{company_id}/work_classifications
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| 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) | |
| serializer_view | No | Query string parameter — the data set that should be returned from the serializer. Default view is normal. |