Get KONE building topology
Returns available area in the building.
To get topology KONE lift module must be configured
Responses
- 200
- 400
- 401
- 403
- 422
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
list_items object[]
List of areas
name stringArea name
id integerArea id
{
"list_items": [
{
"name": "1R",
"id": 1010
}
]
}
{
"list_items": [
{
"name": "1",
"id": 1000
},
{
"name": "1R",
"id": 1010
},
{
"name": "2",
"id": 2000
},
{
"name": "2R",
"id": 2010
}
]
}
KONE lift module is disabled
- application/json
- Schema
- Example (from schema)
- K O N E lift module is disabled
Schema
- error string
Error message
{
"error": "Wrong JSON body"
}
{
"error": "KONE lift module is disabled"
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error string
Error message
{
"error": "Log In"
}
{
"error": "Log In"
}
Administrator rights required. You are currently logged in with different user account. Log In with administrator rights
- application/json
- Schema
- Example (from schema)
- Admin Rights Required
Schema
- error string
Error message
{
"error": "Administrator rights required"
}
{
"error": "Administrator rights required"
}
Cannot connect to KONE lift module
- application/json
- Schema
- Example (from schema)
- Connection error
Schema
- error string
Error message
{
"error": "Wrong JSON body"
}
{
"error": "Cannot connect to KONE lift module"
}
Loading...