Inbox Registrations
An InboxRegistration is created when a user fills out the form to access the inbox.
List Inbox Registrations
SDK Method
inboxregistration.List()
Return Object
[]*InboxRegistration
Authorization Requirement
Requires either a Site-Wide API key or User API key or session from a User with Folder Admin permissions.
InboxRegistrationListParams Fields
| Field | Description |
|---|---|
| FolderBehaviorId int64 | ID of the associated Inbox. This is required if the user is not a site admin. |
Additional Arguments
The InboxRegistration Object
Some of the methods above return a InboxRegistration 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 |
| 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 |
| InboxId int64 | Id of associated inbox |
| InboxRecipientId int64 | Id of associated inbox recipient |
| InboxTitle string | Title of associated inbox |
| CreatedAt date-time | Registration creation date/time |