Retrieve a list of devices

Retrieve a list of devices.

SecuritybearerAuth
Request
query Parameters
limit
integer

Number of records to return.

Example: limit=27468291
offset
integer

Record to start with.

Example: offset=100
status
string

The device's service status.

Example: status=Pending Removal from Fleet
sort
string

Name of the property to sort on.

Example: sort=SerialNumber
order
string

Sort direction.

Example: order=asc
groupId
string

ID of the group for which to return data.

Example: groupId=5100FFFF-60B6-D7CD-3FA2-22CA712B0000
includeSubgroups
boolean

If true, all subgroups under the specified group are included.

Example: includeSubgroups=false
Responses
200

Ok

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

500

Internal Server Error

get/devices
Request samples
Response samples
application/json
{
  • "data": [
    ],
  • "metadata": {
    }
}