Get array of available database tables to clear
- Getting array of available database tables to clear on device
- Messages table is only available on AA14FB device
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Base
- A A-14 F B
Schema
- clear_fields string[]Possible values: [ apartments,identifiers,time_profiles,forwards,messages,system_journal]
{
  "clear_fields": [
    "apartments"
  ]
}
{
  "clear_fields": [
    "apartments",
    "identifiers",
    "time_profiles",
    "forwards",
    "logs"
  ]
}
{
  "clear_fields": [
    "apartments",
    "identifiers",
    "time_profiles",
    "forwards",
    "messages",
    "logs"
  ]
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error string
{
  "error": "Log In"
}
{
  "error": "Log In"
}
Loading...