Bundle Downloads
A BundleDownload is a record of the download action that happened in the bundle.
List Share Link Downloads
SDK Method
bundledownload.List()
Return Object
[]*BundleDownload
Authorization Requirement
Available to all authenticated keys or sessions.
BundleDownloadListParams Fields
| Field | Description |
|---|---|
| BundleId int64 | Bundle ID |
| BundleRegistrationId int64 | BundleRegistration ID |
Additional Arguments
The BundleDownload Object
Some of the methods above return a BundleDownload object. The attributes of this object are listed below.
| Attribute | Description |
|---|---|
| BundleRegistration BundleRegistration | |
| DownloadMethod string | Download method (file or full_zip) Possible values: file, full_zip |
| Path string | Download path. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters. |
| WorkspaceId int64 | Workspace ID. 0 means the default workspace. |
| CreatedAt date-time | Download date/time |