The report endpoint allows user to get the full list of device of a campaign.
thingspace_oauth VZ-M2M-Token In: header
M2M Session Token (How to generate an M2M session token?)
In: header
Account identifier.
Campaign identifier.
Last seen device identifier.
application/json
application/json
curl -X GET "https://example.com/reports/0000123456-00001/campaigns/60b5d639-ccdc-4db8-8824-069bd94c95bf/devices?lastSeenDeviceId=15-digit+IMEI"{ "totalDevice": 1148, "hasMoreData": true, "lastSeenDeviceId": "15-digit IMEI", "maxPageSize": 1000, "deviceList": [ { "deviceId": "15-digit IMEI", "status": "UpgradeSuccess", "resultReason": "DownloadInstallSucceeded" }, { "deviceId": "15-digit IMEI", "status": "UpgradeSuccess", "resultReason": "DownloadInstallSucceeded" }, { "deviceId": "15-digit IMEI", "status": "UpgradeSuccess", "resultReason": "DownloadInstallSucceeded" } ]}{ "errorCode": "error code string", "errorMessage": "error message string"}