Type management

Read Units

Retrieving all unit types

get

Retrieves list of all unit types present in the database.

Authorizations
Path parameters
tenantstringRequired

The tenant name.

Example: testtenant
Responses
200
All unit types retrieved successfully.
application/json
Responsestring[]
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?