Sha256: abc590e32bc0e6f59deb7b50248fd97fe1f19226c2efbcdcfdd2058b55385307
Contents?: true
Size: 1.14 KB
Versions: 40
Compression:
Stored size: 1.14 KB
Contents
# InboxRegistration ## Example InboxRegistration Object ``` { "code": "abc123", "name": "account", "company": "Action Verb", "email": "john.doe@files.com", "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 * `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 Inbox Registrations ``` Files::InboxRegistration.list( per_page: 1, folder_behavior_id: 1 ) ``` ### Parameters * `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). * `folder_behavior_id` (int64): Required - ID of the associated Inbox.
Version data entries
40 entries across 40 versions & 1 rubygems