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/imu/imuAccelerometer
/equisat/data/imu/imuAccelerometer
Method : GET
GET
Retrieves all imuAccelerometer objects
Code : 200 OK
200 OK
Content example
[{ "id": 1, "x": 2, "y": 6, "z": 4, "tid": 1, "timestamp": 1 },{ "id": 2, "x": "4", "y": 19, "z": 40, "tid": 2, "timestamp": 2 },{ "id": 3, "x": "5", "y": 11, "z": 4, "tid": 3, "timestamp": 3 },{ "id": 4, "x": "7", "y": 2, "z": 5, "tid": 4, "timestamp": 4 }]
URL : /equisat/data/imu/imuAccelerometer/5
/equisat/data/imu/imuAccelerometer/5
Retrieve imuAccelerometer with id 5
{ "id": 5, "x": "7", "y": 10, "z": 11, "tid": 4, "timestamp": 5 }