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. X-Query values take precedence over query parameters for any overlapping fields.
{"id":"1,2,3"}Query Parameters
Limit for pagination, default 10, max 10000
Page for pagination
Sort by this field
Sort in this direction (asc, desc)
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"Filter by current firmware version
Include additional data. Enums: config,users,knownDevices,subscription,subscription.plan,reseller,resellerPlan,qcEvents
falseFilter by active status
trueFilter 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 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 reseller name (exact match)
"Name*"Only show devices connected since this date (currently an alpha filter)
Filter by ID (comma separated for multiple values)
Filter by type (comma separated for multiple values)
"ZeroN"Responses
OK