Skip to content

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.

tenantId
required
string

OK

object
devices
Array<object>
nullable
object
deviceInstanceId
string
nullable
deviceName
string
nullable
deviceType
string
Allowed values: general storage plugin robot
typeName
string
nullable
locations
Array<object>
nullable
object
name
string
nullable
operations
Array<object>
nullable
object
name
string
nullable

Bad Request

object
message
string
nullable
code
string
nullable

Too Many Requests

object
message
string
nullable
code
string
nullable