Response ‒ Devices/GetFullReadingForMultipleDevices
Property
Type
Description
value
Array of Readings
Lists the device readings.
Example JSON Devices/GetFullReadingForMultipleDevices Response
Status 200 – OK
{
“@odata.context”: “https://stg-axonizeapi-axonize.stg-ase-axonize.p.azurewebsites.net/odata/$metadata#Collection(Axonize.Common.Models.NonSql.lastReading)”,
“value”: [
{
“type”: 7,
“datetime”: “2018-04-04T05:42:14Z”,
“name”: “Temperature”,
“value”: “34”,
“unit”: “C”,
“deviceId”: “5aba6aa3dc7cde240cc21234”
},
{
“type”: 7,
“datetime”: “2018-04-04T05:32:14Z”,
“name”: “Temperature”,
“value”: “22”,
“unit”: “C”,
“deviceId”: “5aba6aa3dc7cde240cc21234”
}
]
}