Entities
List Devices
List all the devices for a given connection.
GET
/
entities
/
devices
Authorizations
X-CONNECTION-ID
string
headerrequiredX-API-KEY
string
headerrequiredQuery Parameters
status
string
vendor
string
ip
string
fqdn
string
hostname
string
includeDeviceGroups
boolean
default: falseupdatedSince
string | null
Datetime filter, only return items updated since this datetime. Example format: 2021-01-01T00:00:00+00:00
limit
integer
default: 100Limit size (page size)
Required range:
x > 0
offset
integer
default: 0Offset index (starting index of page)
Required range:
x > 0
Response
200 - application/json
count
integer
requiredNumber of items return in the response
total
integer
requiredTotal number of items that can be returned
items
object[]
requiredList of items returned in the response