thingspace_oauth vz-m2m-session_token This is where the ThingSpace token, from Getting Started is used
In: header
The VZ-M2M session token from Getting Started
In: header
application/json
Get the last reported information for a device
TypeScript Definitions
Use the request body type in TypeScript.
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/dm/v1/devices/lastreported" \ -H "Content-Type: application/json" \ -d '{ "accountname": "0000123456-00001", "resourceidentifier": { "deveui": "The unique EUI64 address of the device", "deviceid": "The UUID of the device", "esn": 223372036854775800, "iccid": "The 20-digit Integrated Circuit Card ID (SIM card ID)", "imei": 223372036854775, "imsi": 223372036854775800, "mac": "The Media Access Control address of the device, listed on the device in the format XX-XX-XX-XX-XX-XX or XX:XX:XX:XX:XX:XX", "manufacturer": "REOLINK", "meid": "The 56-bit Mobile Equipment ID", "msisdn": "The Mobile Station International Subscriber Directory Number. In the USA, this is 1+ a 10-digit phone number", "node_uuid": "The UUID of the node the device is associated with", "qrcode": "The Quick Response (QR) code", "serial": "The device\'s serial number" } }'{ "event": { "accountclientid": "null", "callbackurl": "The URL of the callback listener", "createdon": "2023-10-02T15:46:34.562Z", "description": "a short description", "deviceid": "The UUID of the device", "errmsg": "provider_service_error", "fieldid": "The field ID", "fields": { "additionalProp1": "string", "additionalProp2": "string", "additionalProp3": "string" }, "fieldvalue": [ 90 ], "foreignid": "c1f178d3-eeee-ffff-gggg-0d6b7ae6022a", "id": "string", "lastupdated": "2023-10-02T15:46:34.562Z", "modelid": "The model ID of the device", "name": "name of the record", "sensordataaggregation": true, "state": "success", "transactionid": "afbcc00d-eeee-ffff-gggg-38b4333fcf06", "version": "1.0", "versionid": "337bd2e8-eeee-ffff-gggg-5207992fd395" }, "timestamp": "string"}{ "error": "bad_request", "error_description": "The request is missing content.", "cause": "Request is missing required body content"}{ "error": "forbidden", "error_description": "The data does not belong to the provided billing account.", "cause": "Requested service is forbidden"}{ "error": "not_found", "error_description": "Requested information is not registered.", "cause": "Requested service not found"}The numeric account name, which must include leading zeros
Device identifiers, one or more are required