Sha256: 2e628e918f936e96f2b0b6c090a35f1691a29835b5faa81815d6233061238243
Contents?: true
Size: 1.05 KB
Versions: 17
Compression:
Stored size: 1.05 KB
Contents
# InboxRegistration ## Example InboxRegistration Object ``` { "code": "abc123", "name": "account", "company": "Action Verb", "email": "john.doe@files.com", "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 * `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
17 entries across 17 versions & 1 rubygems