Get Configuration For Uom Master List
get_configuration_for_uom_master_listFetch full configuration details for a company's Units of Measure master list, with paginated JSON results. Use company_id.
Instructions
Returns Configuration Data for Uom Master List. Use this to fetch the full details of a specific Units of Measure records by its identifier. 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 (v2.0): Construction Financials > Units of Measure. Endpoint: GET /rest/v2.0/companies/{company_id}/uoms/configuration
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) |