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/processor/processorTemperature
/equisat/data/processor/processorTemperature
Method : GET
GET
Retrieves all processorTemperature objects
Code : 200 OK
200 OK
Content example
[{ "id": 1, "temperature": 6.2, "tid": 1, "timestamp": 1 },{ "id": 2, "temperature": 8.6, "tid": 2, "timestamp": 2 },{ "id": 3, "temperature": 10.0, "tid": 3, "timestamp": 3 },{ "id": 4, "temperature": 4.3, "tid": 4, "timestamp": 4 }]
URL : /equisat/data/processorTemperature/processorTemperature/5
/equisat/data/processorTemperature/processorTemperature/5
Retrieve processorTemperature with id 5
{ "id": 5, "temperature": 10.6, "tid": 5, "timestamp": 5 }