Retrieve account device information such as reported firmware on the devices.
thingspace_oauth VZ-M2M-Token In: header
M2M Session Token (How to generate an M2M session token?)
In: header
Account identifier.
Last seen device identifier.
Filter to retrieve a specific protocol type used.
"LWM2M"Value in
application/json
application/json
curl -X GET "https://example.com/devices/0000123456-00001?lastSeenDeviceId=0&protocol=LWM2M"{ "accountName": "0000123456-00001", "maxPageSize": 1000, "hasMoreData": true, "lastSeenDeviceId": "15-digit IMEI", "deviceList": [ { "deviceId": "15-digit device ID", "mdn": "10-digit MDN", "model": "BG96", "make": "QUECTEL", "firmware": "BG96MAR04A04M1G", "licenseAssigned": false, "fotaEligible": "", "status": "Active", "protocol": "LWM2M", "softwareList": [ { "name": "VZ_MDM_IOT", "version": "0.14", "upgradeTime": "2012-04-23T18:25:43.511Z" } ], "createTime": "2021-06-03 00:03:56.079 +0000 UTC", "upgradeTime": "2021-06-03 00:03:56.079 +0000 UTC", "refreshTime": "2021-06-03 00:03:56.079 +0000 UTC" } ]}{ "errorCode": "error code string", "errorMessage": "error message string"}