Name | Type | Description | Notes |
---|---|---|---|
test_mode |
bool, none_type |
Whether this is a test signature request. Test requests have no legal value. Defaults to false . |
[default to False] |
signature_request_id |
str |
The id of the SignatureRequest. | |
requester_email_address |
str |
The email address of the initiator of the SignatureRequest. | |
title |
str |
The title the specified Account uses for the SignatureRequest. | |
original_title |
str |
Default Label for account. | |
subject |
str, none_type |
The subject in the email that was initially sent to the signers. | |
message |
str, none_type |
The custom message in the email that was initially sent to the signers. | |
metadata |
{str: (bool, date, datetime, dict, float, int, list, str, none_type)} |
The metadata attached to the signature request. | |
created_at |
int |
Time the signature request was created. | |
expires_at |
int |
The time when the signature request will expire unsigned signatures. See Signature Request Expiration Date for details. | |
is_complete |
bool |
Whether or not the SignatureRequest has been fully executed by all signers. | |
is_declined |
bool |
Whether or not the SignatureRequest has been declined by a signer. | |
has_error |
bool |
Whether or not an error occurred (either during the creation of the SignatureRequest or during one of the signings). | |
files_url |
str |
The URL where a copy of the request's documents can be downloaded. | |
signing_url |
str, none_type |
The URL where a signer, after authenticating, can sign the documents. This should only be used by users with existing Dropbox Sign accounts as they will be required to log in before signing. | |
details_url |
str |
The URL where the requester and the signers can view the current status of the SignatureRequest. | |
cc_email_addresses |
[str] |
A list of email addresses that were CCed on the SignatureRequest. They will receive a copy of the final PDF once all the signers have signed. | |
signing_redirect_url |
str, none_type |
The URL you want the signer redirected to after they successfully sign. | |
template_ids |
[str], none_type |
Templates IDs used in this SignatureRequest (if any). | |
custom_fields |
[SignatureRequestResponseCustomFieldBase], none_type |
An array of Custom Field objects containing the name and type of each custom field. * Text Field uses SignatureRequestResponseCustomFieldText * Checkbox Field uses SignatureRequestResponseCustomFieldCheckbox |
|
attachments |
[SignatureRequestResponseAttachment], none_type |
Signer attachments. | |
response_data |
[SignatureRequestResponseDataBase], none_type |
An array of form field objects containing the name, value, and type of each textbox or checkmark field filled in by the signers. | |
signatures |
[SignatureRequestResponseSignatures] |
An array of signature objects, 1 for each signer. | |
bulk_send_job_id |
str |
The id of the BulkSendJob. |