List Unit Of Measure Categories
list_unit_of_measure_categoriesRetrieve a paginated list of Unit of Measure categories for a company. Use to find category IDs, filter results, or get an overview of all units of measure.
Instructions
Returns a list of all Unit of Measure (UOM) Categories. Use this to enumerate Units of Measure records when you need a paginated overview, to find IDs, or to filter by query parameters. Returns a paginated JSON array of Units of Measure records. Use page and per_page to control pagination; the response includes pagination metadata. Required parameters: company_id. Procore API: Construction Financials > Units of Measure. Endpoint: GET /rest/v1.0/companies/{company_id}/uom_categories
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path 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) |