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 | Days between reminder emails (0 = no reminders) |
| 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 |
| 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 secure download flow for the signer. Available if any of the authentications |
| ReceiptUrl | String | A unique URL per signer that provides the receipt download flow for the signer. Available if any of the authentications |