Units
List Units
Browse the measurement unit catalog
GET
Returns the catalog of measurement units. The numeric
id is stable across renames — store it when persisting result data so display titles can be refreshed without breaking referential integrity.
You’ll receive unit_id references in result payloads (Get Results) and on each biomarker’s default unit (List Biomarkers). Use this endpoint to dereference those IDs into a current display title.
Response
Returns an array of units.Stable measurement unit identifier.
Canonical unit title (e.g.
nmol/L).Optional humanised display override.
null means no override exists — render title as-is. Only
populated when the canonical title (which prioritises machine-parseability) differs from the
preferred UI form (e.g. ug/dL → µg/dL).Alternative spellings and synonyms recognised for this unit (e.g.
["mmol/l", "millimol/L"]).
Excludes the canonical title. Useful for matching free-text unit strings from external sources.physical for measurable quantities (e.g. nmol/L, mg). discrete for enumerated/categorical
values (e.g. positive/negative).Error responses
| Status | Description |
|---|---|
403 | Forbidden — missing panels_access scope. |
500 | Internal server error. |