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)
Filter by serial (prefix search enabled by appending * to the end of the string) (comma separated for multiple values)
12001234
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
Filter by user username (search enabled by surrounding with *, comma separated for multiple values)
*user1*,*user2*
Filter by reseller name (exact match)
Name*
Only show devices connected since this date (super secret)
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 name (prefix search enabled by appending * to the end of the string)
Hello *
Filter by current firmware version
Include additional data. Enums: config,users,knownDevices,subscription,subscription.plan,reseller,resellerPlan
false
Filter by active status
true
Filter by IMEI (exact match) (comma separated for multiple values)