Export release download events
Exports release download events in the csv format.
GET/v3/release-download-events/export
JWT
releaseDownloadEvent:read
Parameters
| Name | Type | In | Description |
|---|---|---|---|
| releaseId | object | query | Unique identifier for the release. |
| productId | object | query | Unique identifier for the product. |
| userId | object | query | Unique identifier for the user who initiated the authorization. |
| licenseId | object | query | Unique identifier for the license used to authorize the download. |
| statusCode | object | query | HTTP status code returned for the download authorization attempt. |
| errorCode | object | query | Failure error code (for failed attempts). |
| releaseFileName | object | query | Release file name that was requested. |
| releaseVersion | object | query | Release version associated with the event. |
| countryCode | object | query | Country code from IP geolocation. |
| releaseChannel | object | query | Release channel name associated with the event. |
| 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