Get Units Of Measure
get_units_of_measureFetch display labels and server values for units of measure available for incident environmental records. Requires company_id; supports pagination.
Instructions
Returns objects containing the display label and server value of units of measure that are available when creating or updating incident's environmental records. Use this to fetch the full details of a specific Incidents by its identifier. Returns a paginated JSON array of Incidents. Use page and per_page to control pagination; the response includes pagination metadata. Required parameters: company_id. Procore API: Project Management > Incidents. Endpoint: GET /rest/v1.0/companies/{company_id}/incidents/units_of_measure
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) |