Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 2.21 KB

SignatureRequestResponseSignatures.md

File metadata and controls

32 lines (25 loc) · 2.21 KB

SignatureRequestResponseSignatures

An array of signature objects, 1 for each signer.

Properties

Name Type Description Notes
signature_id str Signature identifier.
signer_group_guid str, none_type Signer Group GUID
signer_email_address str The email address of the signer.
signer_name str, none_type The name of the signer.
signer_role str, none_type The role of the signer.
order int, none_type If signer order is assigned this is the 0-based index for this signer.
status_code str The current status of the signature. eg: awaiting_signature, signed, declined.
decline_reason str, none_type The reason provided by the signer for declining the request.
signed_at int, none_type Time that the document was signed or null.
last_viewed_at int, none_type The time that the document was last viewed by this signer or null.
last_reminded_at int, none_type The time the last reminder email was sent to the signer or null.
has_pin bool Boolean to indicate whether this signature requires a PIN to access.
has_sms_auth bool, none_type Boolean to indicate whether this signature has SMS authentication enabled.
has_sms_delivery bool, none_type Boolean to indicate whether this signature has SMS delivery enabled.
sms_phone_number str, none_type The SMS phone number used for authentication or signature request delivery.
reassigned_by str, none_type Email address of original signer who reassigned to this signer.
reassignment_reason str, none_type Reason provided by original signer who reassigned to this signer.
reassigned_from str, none_type Previous signature identifier.
error str, none_type Error message pertaining to this signer, or null.

[Back to Model list] [Back to API list] [Back to README]