Name | Type | Description | Notes |
---|---|---|---|
id | int | Submission unique ID number. | [optional] |
submission_id | int | Submission ID number. | [optional] |
uuid | string | Submitter UUID. | [optional] |
string | The email address of the submitter. | [optional] | |
slug | string | Unique key to be used in the form signing link and embedded form. | [optional] |
sent_at | string | The date and time when the signing request was sent to the submitter. | [optional] |
opened_at | string | The date and time when the submitter opened the signing form. | [optional] |
completed_at | string | The date and time when the submitter completed the signing form. | [optional] |
declined_at | string | The date and time when the submitter declined to complete the signing form. | [optional] |
created_at | string | The date and time when the submitter was created. | [optional] |
updated_at | string | The date and time when the submitter was last updated. | [optional] |
name | string | Submitter name. | [optional] |
phone | string | Submitter phone number. | [optional] |
external_id | string | Your application-specific unique string key to identify this submitter within your app. | [optional] |
status | string | The status of signing request for the submitter. | [optional] |
role | string | The role of the submitter. | [optional] |
metadata | object | Metadata object with additional submitter information. | [optional] |
preferences | object | Object with submitter preferences. | [optional] |