List all activation logs
Returns a list of activation logs. The activation logs are returned sorted by creation date in ascending order.
GET/v3/activation-logs
JWT
activation:read
Parameters
| Name | Type | In | Description |
|---|---|---|---|
| page | integer | query | The page number. |
| limit | integer | query | The number of records per page. Must be a number between 1 and 100. |
| sort | string | query | The sort string to sort the returned records e.g. "-createdAt" |
| productId | object | query | Unique identifier for the product. |
| licenseId | object | query | Unique identifier for the license. |
| activationId | object | query | Unique identifier for the activation. |
| action | string | query | Activation or Deactivation. |
| search | string | query | Search string. |
| id | object | query | ID of the resource. |
| createdAt | object | query | Date of creation |
Responses
200
401
403
429
500