Run a report to view the latest device experience score for specific devices.
thingspace_oauth VZ-M2M-Token This is where the ThingSpace access token, from Credentials and Tokens is used
In: header
M2M Session Token (How to generate an M2M session token?)
In: header
application/json
Request for bulk latest history details.
TypeScript Definitions
Use the request body type in TypeScript.
Get device experience score bulk request.
application/json
application/json
curl -X POST "https://example.com/m2m/v1/intelligence/device-experience/bulk/latest" \ -H "Content-Type: application/json" \ -d '{ "accountName": "0000123456-00001", "deviceList": [ { "kind": "iccid", "id": "01234567899876543210", "mdn": "0123456789" } ] }'{ "requestId": "d1f08526-eeee-ffff-gggg-4456490ea9f8"}{ "errorCode": "400", "errorMessage": "A brief description of the error code"}Account name.
^[0-9-]{3,32}$3 <= length <= 32items <= 100