Skip to content

Get all devices list

GET
/devices

List devices across authorized sites.

Authorizations

AccessToken
Type
HTTP (bearer)

Parameters

Query Parameters

page

Page number

Type
integer
Default
1
Minimum
1
size

Items per page

Type
integer
Default
20
Minimum
1
Maximum
500
online

Filter online/offline devices

Type
boolean
faultStatus

Filter by fault status: Normal, Fault

Type
string
Valid values
"normal""fault"

Responses

Device list returned successfully

application/json
object

Device list response (flattened list of devices from all sites)

Total device count

Current page number

Items per page

object[]

Device list

Playground

Authorization
Variables
Key
Value