Sha256: 2cac5af6589f37372bfab1f537adf19444c85e61b5e716d4c868555959cf2032

Contents?: true

Size: 1.03 KB

Versions: 17

Compression:

Stored size: 1.03 KB

Contents

# BundleDownload

## Example BundleDownload Object

```
{
  "download_method": "file",
  "path": "a/b/test.txt",
  "created_at": "2020-01-01 00:00:00"
}
```

* `download_method` (string): Download method (file or 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.
* `created_at` (date-time): Download date/time


---

## List Bundle Downloads

```
Files::BundleDownload.list(
  page: 1, 
  per_page: 1, 
  bundle_registration_id: 1
)
```

### Parameters

* `page` (int64): Current page number.
* `per_page` (int64): Number of records to show per page.  (Max: 10,000, 1,000 or less is recommended).
* `action` (string): Deprecated: If set to `count` returns a count of matching records rather than the records themselves.
* `cursor` (string): Send cursor to resume an existing list from the point at which you left off.  Get a cursor from an existing list via the X-Files-Cursor-Next header.
* `bundle_registration_id` (int64): Required - BundleRegistration ID

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
files.com-1.0.121 docs/bundle_download.md
files.com-1.0.120 docs/bundle_download.md
files.com-1.0.119 docs/bundle_download.md
files.com-1.0.118 docs/bundle_download.md
files.com-1.0.117 docs/bundle_download.md
files.com-1.0.116 docs/bundle_download.md
files.com-1.0.115 docs/bundle_download.md
files.com-1.0.114 docs/bundle_download.md
files.com-1.0.113 docs/bundle_download.md
files.com-1.0.112 docs/bundle_download.md
files.com-1.0.111 docs/bundle_download.md
files.com-1.0.110 docs/bundle_download.md
files.com-1.0.109 docs/bundle_download.md
files.com-1.0.108 docs/bundle_download.md
files.com-1.0.107 docs/bundle_download.md
files.com-1.0.106 docs/bundle_download.md
files.com-1.0.105 docs/bundle_download.md