Difference between revisions of "API changelog"

From Wiki Knowledge Base | Teltonika GPS
(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...")
(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 ==
+
## 2022-12-20
  
 
Added new device properties:
 
Added new device properties:
Line 19: Line 19:
  
  
== 2023-06-30 ==
+
=== will be updated as new API changes emerge ===
 
 
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''']
 
|}
 

Revision as of 09:27, 23 June 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.

    1. 2022-12-20

Added new device properties:

  • `activity_status`
  • `task_queue`


will be updated as new API changes emerge