API changelog: Difference between revisions
(Created page with "== 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...") |
No edit summary |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 12: | Line 12: | ||
These properties are replaced by `activity_status` and `task_queue` that were introduced on 2022-12-20. | These properties are replaced by `activity_status` and `task_queue` that were introduced on 2022-12-20. | ||
== 2022-12-20 == | |||
Added new device properties: | Added new device properties: | ||
Line 19: | Line 19: | ||
=== will be updated as new API changes emerge === | == 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 == | |||
{|style="width:100%;" | |||
|- | |||
|[https://wiki.teltonika-gps.com/view/FOTA_WEB_Getting_Started_API'''API'''] - Previous page | |||
|style="text-align:right;| Next page - [https://wiki.teltonika-gps.com/view/FOTA_WEB_FAQ '''FAQ'''] | |||
|} |
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 |