Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

TimeToFlash

Ali Mir edited this page Apr 23, 2018 · 1 revision

Time to Flash

URL : /equisat/data/timeToFlash

Method : GET

Retrieves all timeToFlashs

Success Response

Code : 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

Method : GET

Retrieve timeToFlash with id 5

Success Response

Code : 200 OK

Content example

{
  "id": 5,
  "time": "4",
  "timestamp": 17,
  "tid": 2
}