Retrieve activations by time

Retrieve activations as time series data.

GET/v3/analytics/activations
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,
    "activatedAt": "2019-08-24T14:15:22Z"
  }
]