Sha256: aa183e250a0df55177b62c2ee6c2d9f4a851d3b36dbd19db0d0259ba7ae4678c

Contents?: true

Size: 1.22 KB

Versions: 17

Compression:

Stored size: 1.22 KB

Contents

# BundleRecipient

## Example BundleRecipient Object

```
{
  "company": "Acme Inc.",
  "name": "John Doe",
  "note": "Some note.",
  "recipient": "john.doe@example.com",
  "sent_at": "2000-01-01T01:00:00Z"
}
```

* `company` (string): The recipient's company.
* `name` (string): The recipient's name.
* `note` (string): A note sent to the recipient with the bundle.
* `recipient` (string): The recipient's email address.
* `sent_at` (date-time): When the Bundle was shared with this recipient.


---

## List Bundle Recipients

```
Files::BundleRecipient.list(
  user_id: 1, 
  page: 1, 
  per_page: 1, 
  bundle_id: 1
)
```

### Parameters

* `user_id` (int64): User ID.  Provide a value of `0` to operate the current session's user.
* `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_id` (int64): Required - List recipients for the bundle with this ID.

Version data entries

17 entries across 17 versions & 1 rubygems

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