Export all trial activations
Exports all trial activations in the csv format.
GET/v3/trial-activations/export
JWT
trialActivation:read
Parameters
| Name | Type | In | Description |
|---|---|---|---|
| productId | object | query | Unique identifier for the product. |
| expired | boolean | query | Whether trial activation is expired. |
| expiresAt | object | query | Trials expiring at. |
| os | object | query | Os used for trial activation. |
| metadata.key | object | query | Metadata key associated with the trial activation. |
| metadata.value | object | query | Metadata value associated with the trial activation. |
| location.countryCode | object | query | Country code for the trial activation. |
| search | string | query | Search string. |
| id | object | query | ID of the resource. |
| createdAt | object | query | Date of creation |
| updatedAt | object | query | Date of last update |
Responses
200
401
403
429
500