Retrieve campaign history for a specific device.
thingspace_oauth VZ-M2M-Token In: header
M2M Session Token (How to generate an M2M session token?)
In: header
Account identifier.
Device IMEI identifier.
application/json
application/json
curl -X GET "https://example.com/reports/0000123456-00001/devices/15-digit IMEI"[ { "deviceId": "15-digit IMEI", "campaignId": "252d7ffc-7e35-11ec-931d-76f56843c393", "accountName": "0000123456-00001", "firmwareName": "SEQUANSCommunications_GM01Q_SR1.2.0.0-10657_SR1.2.0.0-10512", "firmwareFrom": "SR1.2.0.0-10657", "firmwareTo": "SR1.2.0.0-10512", "startDate": "2022-01-25", "reportUpdatedTime": "2022-01-26 03:45:01.608 +0000 UTC", "status": "UpgradeSuccess", "reason": "Upgrade completed successfully" }, { "deviceId": "15-digit IMEI", "campaignId": "8f5e9a4a-6ce2-11ec-ace7-3ea293843397", "accountName": "0000123456-00001", "firmwareName": "SEQUANSCommunications_GM01Q_SR1.2.0.0-10512_SR1.2.0.0-10657", "firmwareFrom": "SR1.2.0.0-10512", "firmwareTo": "SR1.2.0.0-10657", "startDate": "2022-01-03", "reportUpdatedTime": "2022-01-04 02:45:00.67 +0000 UTC", "status": "UpgradeSuccess", "reason": "Upgrade completed successfully" }]{ "errorCode": "error code string", "errorMessage": "error message string"}