Download a completed asynchronous device location report.
thingspace_oauth VZ-M2M-Token In: header
M2M Session Token (How to generate an M2M session token?)
In: header
Account identifier in "##########-#####".
Transaction ID from POST /locationreports response.
Zero-based number of the first record to return.
application/json
application/json
curl -X GET "https://example.com/locationreports/0000123456-00001/report/2017-12-11Te8b47da2-eeee-ffff-gggg-61815e1e97e9/index/0"{ "startIndex": "0", "txid": "2017-12-11Te8b47da2-eeee-ffff-gggg-61815e1e97e9", "totalCount": 3, "hasMoreData": false, "devLocationList": [ { "error": {}, "msid": "7892345678", "pd": { "qos": false, "radius": "5571", "time": "20170520004421", "x": "33.45324", "y": "-84.59621" } }, { "error": {}, "msid": "8583239709", "pd": { "qos": false, "radius": "3866", "time": "20170525214342", "x": "38.8408694", "y": "-105.0422583" } }, { "error": { "time": "20170525214342", "type": "POSITION METHOD FAILURE", "info": "Exception code=ABSENT SUBSCRIBER" }, "msid": "7897654321", "pd": {} } ]}{ "errorCode": "The type of error, such as INVALID_REQUEST.", "errorMessage": "Additional error information."}