Retrieve activations by OS

Retrieve activations by OS.

GET/v3/analytics/activations/os
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,
    "os": "windows"
  }
]