API changelog

Revision as of 07:40, 3 July 2023 by Aliaksandr.buslo (talk | contribs)

(diff) ← Older revision | Approved revision (diff) | Latest revision (diff) | Newer revision → (diff)

FOTA Web API changelog

Here is information on the latest changes to the FOTA Web API

2023-04-05

Removed device properties:

  • `status_id`
  • `status_name`

These properties are replaced by `activity_status` and `task_queue` that were introduced on 2022-12-20.

2022-12-20

Added new device properties:

  • `activity_status`
  • `task_queue`


2023-06-30

Removed company statistics from GET /companies/<ID> response:

  • device_count
  • user_count
  • file_count
  • group_count
  • task_count
  • company_count

This data can still be accessed via dedicated endpoint GET /companies/stats?company_id=<ID>

will be updated as new API changes emerge

API - Previous page Next page - FAQ