Get all units
Retrieves all units that are registered
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema array
- id integer
the id of the unit
- slug string
the slug of the uunit
- name string
the name of the unit
- notation string
the notation of the unit
[
{
"id": 0,
"slug": "string",
"name": "string",
"notation": "string"
}
]