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

RebootCount

Ali Mir edited this page Apr 23, 2018 · 3 revisions

Reboot Count

URL : /equisat/data/currentData/currentDataRebootCount

Method : GET

Retrieves all rebootCounts

Success Response

Code : 200 OK

Content example

[{
  "id": 1,
  "count": "3",
  "timestamp": 12,
  "tid": 1
},{
  "id": 2,
  "count": 5,
  "timestamp": 13,
  "tid": 1
},{
  "id": 3,
  "count": "4",
  "timestamp": 16,
  "tid": 2
},{
  "id": 4,
  "count": "3",
  "timestamp": 17,
  "tid": 2
}]

URL : /equisat/data/batteryCharging/rebootCount/5

Method : GET

Retrieve rebootCount with id 5

Success Response

Code : 200 OK

Content example

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