limit | string^[1-9]\d*$ Default: "0" Set the maximum number of pagination results to receive.
Example: limit=1 |
offset | string^[1-9]\d*$ Default: "0" Set the number of results to skip over before receiving pagination results.
Example: offset=1 |
lastConnectedAtStart | string <date-time> (Device connection time) Filter by the start date and time of when the device was last connected, in ISO 8601 format. This is required when lastConnectedAtEnd is provided.
|
lastConnectedAtEnd | string <date-time> (Device connection time) Filter by the end date and time of when the device was last connected, in ISO 8601 format. This is required when lastConnectedAtStart is provided.
|
lastRecordingUpdatedAtStart | string <date-time> (Device recording time) Filter by the start date and time of when the device last updated recordings, in ISO 8601 format. This is required when lastRecordingUpdatedAtEnd is provided.
|
lastRecordingUpdatedAtEnd | string <date-time> (Device recording time) Filter by the end date and time of when the device last updated recordings, in ISO 8601 format. This is required when lastRecordingUpdatedAtEnd is provided.
|
lastRecordingHealth | string Filter for devices by their recording health. To filter for healthy devices use 1, for unhealthy devices use 0, and for non-tested devices use -1. In the response the boolean values are returned as true (for healthy devices), false (for unhealthy devices) and null (for non-tested devices).
Enum: "1" "0" "-1" |
organizationId | string (Organization ID as string) ^[1-9]\d*$ Filter by the ID of the partner’s organization. Obtain this from GET /organizations. This is an optional parameter for partners.
Example: organizationId=17 |
imei | string Filter by the IMEI number of the device. The IMEI number can be found on a sticker on the device or on the back of the device box.
Example: imei=12345678 |
name | string Filter by the name of the user.
Example: name=Mike |
sort | string (Sort device health) Sort devices in the health report by specific parameters, such as device names or IMEI numbers.
Enum: "name" "imei" "lastConnectedAt" "lastRecordingHealth" "lastRecordingUpdatedAt" |
order | string (Order) Default: "desc" Set the order that pagination results appear in - ascending or descending order.
Enum: "asc" "desc" |
billingStatus | string (Billing Status) Filter for devices by their Billing Status. To filter for devices with "Pending Activation" as billing status, use "pendingActivation". For devices with "Activated" as billing status, use "activated". For devices with "Suspended" as billing status, use "suspended". For devices with "Deactivated" as billing status, use "deactivated". For devices with no billing status, use "billingStatusNotSet".
Enum: "pendingActivation" "activated" "deactivated" "suspended" "billingStatusNotSet" |