cURL
curl -X GET \ /units/{id} \ --header "Authorization: Bearer <token>"
{ "id": {}, "name": "Stück", "translations": {}, "createdAt": "2021-01-01T00:00:00+00:00", "updatedAt": "2021-01-01T00:00:00+00:00" }
Get a unit
unit:read
Value for the Authorization header parameter.
Unit identifier
Defines the locale to use for translations. Defaults to tenant locale.
Unit resource
"Stück"
Show child attributes
255
"de"
The date and time when the resource was created.
"2021-01-01T00:00:00+00:00"
The date and time when the resource was last updated.
Was this page helpful?