Retrieve a release download event

Retrieves the details of an existing release download event.

GET/v3/release-download-events/{id}
JWT
releaseDownloadEvent:read

Parameters

NameTypeInDescription
id*stringpathUnique identifier for the release download event.

Responses

200 OK
{
  "id": "string",
  "createdAt": "2019-08-24T14:15:22Z",
  "updatedAt": "2019-08-24T14:15:22Z",
  "releaseId": "string",
  "releaseVersion": "string",
  "releaseFileId": "string",
  "releaseFileName": "string",
  "productId": "string",
  "statusCode": 0,
  "userId": "string",
  "licenseId": "string",
  "location": {
    "ipAddress": "string",
    "countryCode": "string",
    "countryName": "string",
    "regionCode": "string",
    "regionName": "string",
    "city": "string",
    "zipCode": "string",
    "timeZone": "string",
    "latitude": 0.1,
    "longitude": 0.1
  },
  "errorCode": "string",
  "errorMessage": "string",
  "releaseChannel": "string"
}