API changelog: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 18: | Line 18: | ||
* `task_queue` | * `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 == | == will be updated as new API changes emerge == | ||
Latest revision as of 06:40, 3 July 2023
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 |