Request an asynchronous device location report.
thingspace_oauth VZ-M2M-Token In: header
M2M Session Token (How to generate an M2M session token?)
In: header
*/*
Request for device location report.
TypeScript Definitions
Use the request body type in TypeScript.
The body contains the the account name and list of devices that you want to locate, plus other options.
application/json
application/json
curl -X POST "https://example.com/locationreports" \ -H "Content-Type: */*" \ -d '<accountName>1234567890-00001</accountName> <accuracyMode>0</accuracyMode> <cacheMode>1</cacheMode> <deviceList> <id>980003420535573</id> <kind>imei</kind> <mdn>7892345678</mdn> </deviceList> <deviceList> <id>375535024300089</id> <kind>imei</kind> <mdn>7897654321</mdn> </deviceList> <deviceList> <id>A100003861E585</id> <kind>meid</kind> <mdn>7897650914</mdn> </deviceList>'{ "txid": "2c90bd28-eeee-ffff-gggg-7e3bd4fbff33", "status": "QUEUED"}{ "errorCode": "The type of error, such as INVALID_REQUEST.", "errorMessage": "Additional error information."}Account identifier in "##########-#####".
Device list.
Accurary, currently only 0-coarse supported.
Value in
Location cache mode.
Value in