Alias
Search for GUIDs by alias
get/api/v1/search/guids
Query parameters
aliasstring required
The alias to search for
aliasType'gtin' | 'article' | 'mapp' | 'item' | 'rfid' | 'tracking' | 'eclass' | 'unspsc' | 'product' | 'material' | 'reference' required
Alias type type to search for
offsetinteger
Start with the n-th element
limitinteger
The maximum count of returned elements
Response
OK
Example response
{
"elements": [
{
"createdTimestamp": 1517232722,
"id4n": "3THvgrWxqgTFC4"
}
],
"limit": 100,
"total": 200
}