Get debug info about interaction with KONE lift module
Returns debug info when KONE lift module is enabled
Responses
- 200
- 400
- 401
- 403
OK
- application/json
- Schema
- Example (from schema)
- Debug
Schema
- info string[]Lis of debug messages 
{
  "info": [
    "Thu Jul 28 17:11:03 GMT+00:00 2022 - Making authorization request to dev.kone.com",
    "Thu Jul 28 17:11:04 GMT+00:00 2022 - New connection opened successfully"
  ]
}
{
  "info": [
    "Thu Jul 28 17:11:03 GMT+00:00 2022 - Making authorization request to dev.kone.com",
    "Thu Jul 28 17:11:04 GMT+00:00 2022 - New connection opened successfully",
    "Thu Jul 28 17:11:06 GMT+03:00 2022 - Call lift approved. Info: requestId=01cb4e3f-24b6-4086-8945-15b289b78492, statusCode=201"
  ]
}
KONE lift module is disabled
- application/json
- Schema
- Example (from schema)
- Error
Schema
- error stringError 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 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"
}
Loading...