A report of a specific device's service scores over a 30 day period.
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 a device's 30 day experience.
TypeScript Definitions
Use the request body type in TypeScript.
Get device experience score history.
application/json
application/json
curl -X POST "https://example.com/m2m/v1/intelligence/device-experience/history/30-days" \ -H "Content-Type: application/json" \ -d '{ "accountName": "0000123456-00001", "deviceId": { "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 <= 32Device Id details.