Retrieve activations by OS version

Retrieve activations by OS version.

GET/v3/analytics/activations/os-version
JWT
analytics:read

Parameters

NameTypeInDescription
productIdobjectqueryUnique identifier for the product.
licenseIdobjectqueryUnique identifier for the license.
startDatestringqueryStart date to get the activations from.
endDatestringqueryEnd date to get the activations to.

Responses

200 OK
[
  {
    "activations": 0,
    "osVersion": "string"
  }
]