Search these docs, or ask Revo a question — answers link the pages they came from.
Lists the tenant's devices as a compact index (id, name, type, and location/operation names)
GET
/api/v1/{tenantId}/devices/index
Plugin API access: this operation accepts a plugin JWT (PluginBearer) for its own tenant.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” tenantId
required
string
Responses
Section titled “ Responses ”OK
object
devices
Array<object>
object
deviceInstanceId
string
deviceName
string
deviceType
string
typeName
string
locations
Array<object>
object
name
string
operations
Array<object>
object
name
string
Bad Request
object
message
string
code
string
Too Many Requests
object
message
string
code
string