Aliases
Gets all aliases of a device
Gets all aliases of a device identified by the trackingId.
If the request is supplied with a type query parameter, the response will contain only aliases of the given type.
get/aliases/v2/{trackingId}
Query parameters
pageTokenstring
A token from the previously returned response to retrieve the specified page.
countinteger
The number of items to return per page.
typestring
An alias type
Response
Successful
The aliases were successfully retrieved.
Example response
{
"data": {
"cargoId": [
"123-456"
],
"engines": [
"de7a0e9a-2e86-11e8-b20f-6c400892e894",
"dfee3968-2e86-11e8-b4e0-6c400892e894"
]
}
}