Retrieves available device windows for Connection Planner.
thingspace_oauth VZ-M2M-Token In: header
M2M Session Token (How to generate an M2M session token?)
In: header
application/json
TypeScript Definitions
Use the request body type in TypeScript.
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/v1/intelligence/device/connection-planner" \ -H "Content-Type: application/json" \ -d '{ "accountNumber": "0000123456-00001", "filter": "All or Best or Worst", "devices": [ { "deviceIds": [ { "kind": "imei", "id": "15-digit IMEI value" } ] } ] }'{ "requestId": "d24cc6e4-eeee-ffff-gggg-0ffbb091c076"}{ "errorCode": "string", "errorMessage": "string", "errorUrl": "string"}{ "fault": { "code": "string", "message": "string", "description": "string" }}{ "errorCode": "string", "errorMessage": "string", "errorUrl": "string"}{ "errorCode": "string", "errorMessage": "string", "errorUrl": "string"}{ "errorCode": "string", "errorMessage": "string", "errorUrl": "string"}{ "errorCode": "string", "errorMessage": "string", "errorUrl": "string"}{ "errorCode": "string", "errorMessage": "string", "errorUrl": "string"}The numeric name of the account, including leading zeros.
what windows to filter for: All - all 24 windows in a day, Best - top 3 windows by RAN KPI, Worst - lowest 3 windows by RAN KPI