Signer information with current status (based on SignerGetDto which extends SignerBaseDto)
| Name | Type | Description |
|---|---|---|
| Id | String | Unique signer identifier |
| Expires | String | When the signer's access expires |
| String | Signer's email address | |
| Authentications | Array<SignerAuthentication> | Authentication methods for this signer |
| Verifications | Array<SignerVerification> | Verification methods for this signer |
| SendSignRequest | Boolean | Whether to send sign request to this signer |
| SendSignConfirmation | Boolean | Whether to send a confirmation email after signing |
| SignRequestSubject | String | Custom subject for sign request email |
| SignRequestMessage | String | Custom message for sign request email |
| DaysToRemind | Integer | Number of days between automatic reminder emails sent to this signer.
Note: Reminders are only sent if |
| Language | enum:
| Language for signer interface and emails |
| Reference | String | Custom reference for this signer |
| IntroText | String | Custom introduction text shown to the signer |
| ReturnUrl | String | URL to redirect signer after signing |
| AllowDelegation | Boolean | Whether this signer can delegate signing to another person |
| Context | Object | Custom signer data (dynamic JSON object) |
| Activities | Array<Activity> | Activities/events for this signer |
| RejectReason | String | Reason provided if the signer rejected the transaction |
| DelegateReason | String | Reason provided for delegation |
| DelegateSignerEmail | String | Email of the delegate signer |
| DelegateSignerName | String | Name of the delegate signer |
| DelegateSignUrl | String | URL for delegate to sign |
| SignUrl | String | A unique URL for this signer to access the signing interface. This URL is generated after the transaction is created and can be used to direct the signer to sign the document(s). |
| SignedDateTime | String | When the signer completed signing |
| RejectDateTime | String | When the signer rejected the transaction |
| CreatedDateTime | String | When the signer was added |
| SignerDelegationDateTime | String | When the signer delegated to another person |
| ModifiedDateTime | String | When the signer was last modified |
| ShowUrl | String | A unique URL per signer that provides the signed document(s) download flow for the signer. Documents can only be retrieved from this URL once the transaction has reached status 30 (completed). |
| ReceiptUrl | String | A unique URL per signer that provides the receipt download flow for the signer. The receipt can only be retrieved from this URL once the transaction has reached status 30 (completed). |