Bundle Registrations
A BundleRegistration is a registration record when a user fills out the form to access the bundle.
List Share Link Registrations
SDK Method
bundleregistration.List()
Return Object
[]*BundleRegistration
Authorization Requirement
Available to all authenticated keys or sessions.
BundleRegistrationListParams Fields
| Field | Description |
|---|---|
| UserId int64 | User ID. Provide a value of 0 to operate the current session's user. |
| BundleId int64 | ID of the associated Bundle |
Additional Arguments
The BundleRegistration Object
Some of the methods above return a BundleRegistration object. The attributes of this object are listed below.
| Attribute | Description |
|---|---|
| Code string | Registration cookie code |
| Name string | Registrant name |
| Company string | Registrant company name |
| Email string | Registrant email address |
| Ip string | Registrant IP Address |
| InboxCode string | InboxRegistration cookie code, if there is an associated InboxRegistration |
| ClickwrapBody string | Clickwrap text that was shown to the registrant |
| FormFieldSetId int64 | Id of associated form field set |
| FormFieldData object | Data for form field set with form field ids as keys and user data as values |
| BundleCode string | Bundle URL code |
| BundleId int64 | Id of associated bundle |
| BundleRecipientId int64 | Id of associated bundle recipient |
| WorkspaceId int64 | Workspace ID. 0 means the default workspace. |
| CreatedAt date-time | Registration creation date/time |