Activate access to floors
Activates controllers relays depends on floor/apartment entity binding. Emulates using identifier on the panel feature, providing access to the floors allowed to user.
- Available only in access control mode
- application/json
Request Body
- caller string
Possible values: [
api
,remote_server
,broadcast_message
,concierge
,broadcast_panel
,broadcast_monitor
]This model describes the entity that call the lift, affects the display in the device log
- floors integer[] required
Possible values:
<= 98
- apartments string[] required
Possible values: Value must match regular expression
^\d{2}-\d{2}$
- duration integer
Possible values:
<= 300
the time of switching on the relay in seconds
- 200
- 400
- 401
- 404
OK
Data validation error
- application/json
- Schema
- Example (from schema)
Schema
error object
code stringPossible values: [
invalid_authentication
,permission_denied
,not_valid
,system_error
]Error code
message stringError message
data object
Did not pass validation parameters. Can be represented as an object, which can include field names, arrays, query parameters etc.
param string
{
"error": {
"code": "not_valid",
"message": "Data validation error",
"data": {
"param": "must be an string"
}
}
}
Please log in
- application/json
- Schema
- Example (from schema)
- Example
Schema
error object
code stringPossible values: [
invalid_authentication
,permission_denied
,not_valid
,system_error
]Error code
message stringError message
data object
Did not pass validation parameters. Can be represented as an object, which can include field names, arrays, query parameters etc.
param string
{
"error": {
"code": "not_valid",
"message": "Data validation error",
"data": {
"param": "must be an string"
}
}
}
{
"error": {
"code": "invalid_authentication",
"message": "Log In"
}
}
Not Found