Gets devices
Authorizations
API Key for authentication. Retrieval from either API version login routes, or other authentication token type. See Authentication for more details.
eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...
Parameters
Header Parameters
Optionally provide parameters as a JSON object in this header. If both query params and X-Query overlap, a 400 error is returned.
{"id":"1"}
Query Parameters
Limit for pagination, default 10, max 10000
Page for pagination
Sort by this field
Sort in this direction (asc, desc)
Only show devices connected since this date (super secret)
Include additional data. Enums: config,users,knownDevices,subscription,subscription.plan,reseller,resellerPlan
false
Filter by ID (comma separated for multiple values)
Filter by type (comma separated for multiple values)
ZeroN
Filter by iccid (exact match) (comma separated for multiple values)
Filter by user username (search enabled by surrounding with *, comma separated for multiple values)
*user1*,*user2*
Filter by current firmware version
Filter by reseller name (exact match)
Name*
Filter by active status
true
Filter by serial (prefix search enabled by appending * to the end of the string) (comma separated for multiple values)
12001234
Filter by IMEI (exact match) (comma separated for multiple values)
Filter by name (prefix search enabled by appending * to the end of the string)
Hello *
Tag to search for in fully qualified key:value format. Example device_type:truck. Partial searches with wildcards may be used, eg. device_type:* or device_type:veh_*
device_type:truck