Devices
List devices
get/devices
Query parameters
statestring[] nullable
type'dedicated_physical_device' | 'dedicated_premium_device' | 'dedicated_ios_device'
countrystring
namestring
providerIdstring
pageinteger
pageSizeinteger
orderBy'id' | 'createdAt' | 'updatedAt' | 'assignedAt'
orderByDirection'asc' | 'desc'
Response
OK
Example response
{
"$schema": "https://example.com/schemas/ResponseDeviceInfo.json",
"items": [
{
"$schema": "https://example.com/schemas/DeviceInfo.json"
}
]
}