-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathSignatureRequestRemindResponse.json
More file actions
35 lines (35 loc) · 1.07 KB
/
SignatureRequestRemindResponse.json
File metadata and controls
35 lines (35 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"signature_request": {
"signature_request_id": "2f9781e1a8e2045224d808c153c2e1d3df6f8f2f",
"title": "ok",
"original_title": "ok",
"subject": "ok",
"metadata": {},
"message": null,
"created_at": 1570471067,
"is_complete": false,
"is_declined": false,
"has_error": false,
"custom_fields": [],
"response_data": [],
"signing_url": "https://app.hellosign.com/sign/2f9781e1a8e2045224d808c153c2e1d3df6f8f2f",
"signing_redirect_url": null,
"details_url": "https://app.hellosign.com/home/manage?guid=2f9781e1a8e2045224d808c153c2e1d3df6f8f2f",
"requester_email_address": "me@dropboxsign.com",
"signatures": [
{
"signature_id": "5687fb7bd5aaacb1689728762b600c74",
"signer_email_address": "john@example.com",
"signer_name": "John Doe",
"order": 0,
"status_code": "awaiting_signature",
"signed_at": null,
"last_viewed_at": null,
"last_reminded_at": 1346616433,
"has_pin": false,
"has_sms_auth": false
}
],
"cc_email_addresses": []
}
}