Aliases
Gets all aliases of a specified type for a device
Gets all aliases of a specified type for a device identified by the trackingId.
get/aliases/v2/{trackingId}/{type}
Query parameters
pageTokenstring
A token from the previously returned response to retrieve the specified page.
countinteger
The number of items to return per page.
Response
Successful
The aliases were successfully retrieved.
Example response
{
"data": {
"cargoId": [
"123-456"
]
}
}