Get info about elevator modules
Get list of modules with indexes
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- index integer
One of available_indexes
- max_allowed_count integer
{
"index": 1,
"max_allowed_count": 3
}
{
"max_allowed_count": 3,
"indexes": [
1,
2,
3
]
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error string
{
"error": "Log In"
}
{
"error": "Log In"
}
Loading...