---
title: "Get units of measure. Roles: public."
method: GET
path: "/api/uoms"
tags: ["Vocabularies"]
---

# Get units of measure. Roles: public.

`GET /api/uoms`

## Response `200`

OK

- UomsResponse
  - `uoms` Uom[]
    - `uomId` integer
    - `code` 'ACCEL_G' | 'ACCEL_FT_S2' | 'ACCEL_M_S2' | 'ANGLE_DEG' | 'ANGLE_MIN' | 'ANGLE_SEC' | 'AREA_SQ_IN' | 'AREA_SQ_FT' | 'AREA_SQ_KM' | 'FORCE_KG_M' | 'LENGTH_IN' | 'LENGTH_FT' | 'LENGTH_YD' | 'LENGTH_MI' | 'LENGTH_MM' | 'LENGTH_CM' | 'LENGTH_M' | 'LENGTH_KM' | 'MASS_OZ' | 'MASS_LB' | 'MASS_MG' | 'MASS_G' | 'MASS_KG' | 'POWER_W' | 'POWER_W_KG' | 'POWER_W_KG_FT2' | 'STATISTIC_PCT' | 'TEMP_C' | 'TEMP_F' | 'TIME_MS' | 'TIME_SEC' | 'TIME_MIN' | 'TIME_HR' | 'TIME_DAY' | 'TIME_WK' | 'TIME_MON' | 'TIME_YR' | 'VELOCITY_STEPS_S' | 'VELOCITY_M_S' | 'VELOCITY_FT_S' | 'VELOCITY_MPH' | 'VELOCITY_RPM' | 'VOLUME_FL_OZ' | 'VOLUME_PT' | 'VOLUME_QT' | 'VOLUME_GAL' | 'VOLUME_ML' | 'VOLUME_L' | 'VOLUME_KL' | 'VOLUME_CC', required
    - `typeCode` 'ACCELERATION' | 'ANGLE' | 'AREA' | 'FORCE' | 'LENGTH' | 'MASS' | 'POWER' | 'STATISTIC' | 'TEMPERATURE' | 'TIME' | 'VELOCITY' | 'VOLUME', required
    - `name` string, required
    - `namePlural` string, required
    - `abbr` string
    - `symbol` string
    - `audit` Audit
      - `createdTime` string, date-time
      - `modifiedTime` string, date-time
      - `modifiedBy` string

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `500` — Internal server error

## Changes

- **2026-09-02** `870f28ba2607` — 5 info
  - added the optional property `error/errorId` to the response with the `400` status
  - added the optional property `error/errorId` to the response with the `401` status
  - added the optional property `error/errorId` to the response with the `403` status
  - added the optional property `error/errorId` to the response with the `404` status
  - …1 more

[Change history](https://skmtc.dev/mobilecoach/apis/untitled-api/changes/api/uoms/get.md)

---

[API](https://skmtc.dev/mobilecoach/apis/untitled-api.md) · [All operations](https://skmtc.dev/mobilecoach/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mobilecoach/untitled-api/revisions/870f28ba2607/schema)
