We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
URL : /equisat/data/timeToFlash
/equisat/data/timeToFlash
Method : GET
GET
Retrieves all timeToFlashs
Code : 200 OK
200 OK
Content example
[{ "id": 1, "time": "3", "timestamp": 12, "tid": 1 },{ "id": 2, "time": 5, "timestamp": 13, "tid": 1 },{ "id": 3, "time": "4", "timestamp": 16, "tid": 2 },{ "id": 4, "time": "3", "timestamp": 17, "tid": 2 }]
URL : /equisat/data/batteryCharging/timeToFlash/5
/equisat/data/batteryCharging/timeToFlash/5
Retrieve timeToFlash with id 5
{ "id": 5, "time": "4", "timestamp": 17, "tid": 2 }