Request ‒ Devices/GetFullReadingForMultipleDevices
Property
Type
Description
Mandatory
startDate
Date
The start date of the period for which to obtain data.
Y
endDate
Date
The end date of the period for which to obtain data.
Y
keys
Array of Strings
Lists the device IDs.
Y
Example JSON Devices/GetFullReadingForMultipleDevices Request
curl -X POST \
https://api.stg.axonize.com/odata/devices/GetFullReadingForMultipleDevices \
-H ‘Content-Type: application/json’ \
-H ‘Authorization: Token’ \
-H ‘appId: a6bc787b-bccc-1234-a35b-5f587026d2ab’ \
-d ‘{“startDate”:”2018-02-03T05:43:00.135Z”,”endDate”:”2018-04-04T05:43:00.135Z”,”keys”:[“5aba6aa3dc7cde240cc21234”]}’