Show Unit Of Measure
show_unit_of_measureRetrieve full details of a specific Units of Measure record by its identifier and company ID. Returns a JSON object with the requested UOM information.
Instructions
Show a given Unit of Measure (UOM). Use this to fetch the full details of a specific Units of Measure records by its identifier. Returns a JSON object describing the requested Units of Measure records. Required parameters: company_id, id. Procore API: Construction Financials > Units of Measure. Endpoint: GET /rest/v1.0/companies/{company_id}/uoms/{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 Units of Measure resource | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |