Get KONE lift settings
Returns KONE lift adapter, required for interaction with KONE module
- 200
- 401
- 403
- 404
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- is_enabled booleanDetermines whether the feature is enabled 
- building_id stringPossible values: Value must match regular expression ^building:.+:.+$Building id where panel is located and group id 
- server_url stringKone lift server address 
- source_id int64Panel area location 
- terminal_number integerLift terminal number used with panel 
- walking_time integerPossible values: <= 30Delay in seconds, this is added to any walking time determined based on the terminal. This param is needed when panel is outside of the lift lobby 
- action_id integerLift destination call action ID. Required for sending lift requests 
- show_screen_timeout integerPossible values: >= 1and<= 30Delay in seconds before closing the screen of an arriving elevator 
- credentials object- Auth credentials client_secret string- Client token client_id string- Client id 
{
  "is_enabled": false,
  "building_id": "building:10000009:1",
  "server_url": "kone.server.address",
  "source_id": 1000,
  "terminal_number": 1,
  "walking_time": 0,
  "action_id": 600,
  "show_screen_timeout": 2,
  "credentials": {
    "client_secret": "b6bee3064c9f6be1eb9828c130a688db8723dd152928318d5697344e65f38de1",
    "client_id": "39c26df1-a641-4406-a18c-d7af9429c2b6"
  }
}
{
  "is_enabled": false,
  "building_id": "building:10000009:1",
  "server_url": "kone.server.address",
  "source_id": 1000,
  "terminal_number": 1,
  "walking_time": 0,
  "action_id": 600,
  "show_screen_timeout": 2,
  "credentials": {
    "client_secret": "b6bee3064c9f6be1eb9828c130a688db8723dd152928318d5697344e65f38de1",
    "client_id": "39c26df1-a641-4406-a18c-d7af9429c2b6"
  }
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error stringError 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 stringError message 
{
  "error": "Administrator rights required"
}
{
  "error": "Administrator rights required"
}
This feature is disabled on your device