Sha256: ad8af2739d20844b34bc7aefbec8de41cfd766b1e5570a1e3ad1921aff297125

Contents?: true

Size: 1.36 KB

Versions: 28

Compression:

Stored size: 1.36 KB

Contents

# BundleRegistration

## Example BundleRegistration Object

```
{
  "code": "abc123",
  "name": "account",
  "company": "Action Verb",
  "email": "john.doe@files.com",
  "inbox_code": "abc123",
  "clickwrap_body": "",
  "form_field_set_id": 1,
  "form_field_data": ""
}
```

* `code` (string): Registration cookie code
* `name` (string): Registrant name
* `company` (string): Registrant company name
* `email` (string): Registrant email address
* `inbox_code` (string): InboxRegistration cookie code, if there is an associated InboxRegistration
* `clickwrap_body` (string): Clickwrap text that was shown to the registrant
* `form_field_set_id` (int64): Id of associated form field set
* `form_field_data` (string): Data for form field set with form field ids as keys and user data as values


---

## List Bundle Registrations

```
Files::BundleRegistration.list(
  user_id: 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.
* `cursor` (string): Used for pagination.  Send a cursor value 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.
* `per_page` (int64): Number of records to show per page.  (Max: 10,000, 1,000 or less is recommended).
* `bundle_id` (int64): Required - ID of the associated Bundle

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
files.com-1.0.189 docs/bundle_registration.md
files.com-1.0.188 docs/bundle_registration.md
files.com-1.0.187 docs/bundle_registration.md
files.com-1.0.186 docs/bundle_registration.md
files.com-1.0.185 docs/bundle_registration.md
files.com-1.0.184 docs/bundle_registration.md
files.com-1.0.183 docs/bundle_registration.md
files.com-1.0.182 docs/bundle_registration.md
files.com-1.0.181 docs/bundle_registration.md
files.com-1.0.180 docs/bundle_registration.md
files.com-1.0.179 docs/bundle_registration.md
files.com-1.0.178 docs/bundle_registration.md
files.com-1.0.177 docs/bundle_registration.md
files.com-1.0.176 docs/bundle_registration.md
files.com-1.0.175 docs/bundle_registration.md
files.com-1.0.174 docs/bundle_registration.md
files.com-1.0.173 docs/bundle_registration.md
files.com-1.0.172 docs/bundle_registration.md
files.com-1.0.171 docs/bundle_registration.md
files.com-1.0.170 docs/bundle_registration.md