Retrieve trial activations by OS

Retrieve trial activations by OS.

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

Parameters

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

Responses

200 OK
[
  {
    "activations": 0,
    "os": "windows"
  }
]