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
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Unit identifier
Defines the locale to use for translations. Defaults to tenant locale.
Unit resource
"Stück"
Show child attributes
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.
War diese Seite hilfreich?