Supported Formats

json

Errors

Code Description
401 Token is invalid
401 You must authenticate to perform this request.
404 The requested resource was not found.

Examples

GET '/api/v2/assets_groups':
 [
   {
     "id": 53,
     "name": "kaki",
     "assets": ["359858024351692", "359858021918949"]
   },
   {
     "id": 52,
     "name": "Group 52",
     "assets": ["359858024351692"]
   }
 ] 

Params

Param name Description
_token
required

Validations:

  • Must be a String

assets_filter
optional

List of Imei separate by ,

Validations:

  • Must be a String

name_filter
optional

Full or partial name of an assets group

Validations:

  • Must be a String