Type management
Read Units
Retrieves list of all unit types present in the database.
Authorizations
Path parameters
tenantstringRequiredExample:
The tenant name.
testtenant
Responses
200
All unit types retrieved successfully.
application/json
Responsestring[]
401
Given request is unauthorized - the authorization token is invalid or has expired.
Details will be provided in the response payload.
application/json
500
Unexpected server error
application/json
get
GET /unit-handling/{tenant}/types HTTP/1.1
Host: api.emporix.io
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
"length",
"mass",
"quantity",
"volume"
]
Was this helpful?