Check firmware update
Checks for firmware update on the server and returns info about latest firmware
Responses
- 200
- 401
- 503
OK
- application/json
- Schema
- Example (from schema)
- Latest firmware
Schema
- is_latest_version_installed booleanProvides information is device firmware up to date 
- latest_version_from_cloud object- Information about latest firmware name string- Firmware name date string- Firmware date description string- Changelog 
{
  "is_latest_version_installed": false,
  "latest_version_from_cloud": {
    "name": "3.7.0",
    "date": "2023.11.21",
    "description": "<ul>\n\t<li>Added pagination for the call forwarding table</li>\n\t<li>Added a request to re-register on a SIP server after applying the settings, without waiting for the timer of the previous session to end</li>\n\t<li>Inability to display the welcome screen when opening the lock during a conversation fixed</li>\n\t<li>Live search error in AA-14 address book fixed</li>\n\t<li>Inability to display the correct number of identifiers in the apartments table fixed</li>\n\t<li>Saving the panel mode via the GUI crash fixed</li>\n\t<li>The new version of the API is available via <a href=https://app.swaggerhub.com/apis-docs/basip/panel-web-api/1.9.0#/>the link</a></li>\n</ul>"
  }
}
{
  "is_latest_version_installed": false,
  "latest_version_from_cloud": {
    "name": "3.7.0",
    "date": "17.08.2020",
    "description": "<ul>\n\t<li>Added pagination for the call forwarding table</li>\n\t<li>Added a request to re-register on a SIP server after applying the settings, without waiting for the timer of the previous session to end</li>\n\t<li>Inability to display the welcome screen when opening the lock during a conversation fixed</li>\n\t<li>Live search error in AA-14 address book fixed</li>\n\t<li>Inability to display the correct number of identifiers in the apartments table fixed</li>\n\t<li>Saving the panel mode via the GUI crash fixed</li>\n\t<li>The new version of the API is available via <a href=https://app.swaggerhub.com/apis-docs/basip/panel-web-api/1.9.0#/>the link</a></li>\n</ul>"
  }
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error stringError message 
{
  "error": "Log In"
}
{
  "error": "Log In"
}
Can't connect to update server
Loading...