Get Element Access State (v2.0)
GET/v2.0/api/tenants/:tenant_id/elements/:element_id/elementaccessstates
Get a specific element's access state.
Request
Path Parameters
tenant_id stringrequired
ID of the tenant.
element_id stringrequired
ID of the element.
Responses
- 200
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
element_id string
The element ID.
id string
The ID of the element.
otpkey_version int32
The OTP key version.
{
"element_id": "string",
"id": "string",
"otpkey_version": 0
}
Loading...