Sha256: e9fb29ad1366ad1287f26b451168a66d5fc0e3d2816b7cc48f106b1bafec99ab

Contents?: true

Size: 1.96 KB

Versions: 15

Compression:

Stored size: 1.96 KB

Contents

# Dropbox::Sign::SignatureRequestResponseSignatures

An array of signature objects, 1 for each signer.

## Properties

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

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
dropbox-sign-1.8.0 docs/SignatureRequestResponseSignatures.md
dropbox-sign-1.7.0 docs/SignatureRequestResponseSignatures.md
dropbox-sign-1.6.1 docs/SignatureRequestResponseSignatures.md
dropbox-sign-1.6.0 docs/SignatureRequestResponseSignatures.md
dropbox-sign-1.5.0 docs/SignatureRequestResponseSignatures.md
dropbox-sign-1.4.1 docs/SignatureRequestResponseSignatures.md
dropbox-sign-1.4.0 docs/SignatureRequestResponseSignatures.md
dropbox-sign-1.3.0 docs/SignatureRequestResponseSignatures.md
dropbox-sign-1.2.0 docs/SignatureRequestResponseSignatures.md
dropbox-sign-1.1.2 docs/SignatureRequestResponseSignatures.md
dropbox-sign-1.1.1 docs/SignatureRequestResponseSignatures.md
dropbox-sign-1.1.0 docs/SignatureRequestResponseSignatures.md
dropbox-sign-1.0.1 docs/SignatureRequestResponseSignatures.md
dropbox-sign-1.0.0 docs/SignatureRequestResponseSignatures.md
dropbox-sign-1.0.0.pre.beta2301 docs/SignatureRequestResponseSignatures.md