Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"client_id": "b6b8e7deaf8f0b95c029dca049356d4a2cf9710a",
"title": "NDA with Acme Co.",
"subject": "The NDA we talked about",
"message": "Please sign this NDA and then we can discuss more. Let me know if you\nhave any questions.",
"signers": [
{
"email_address": "jack@example.com",
"name": "Jack",
"order": 0
},
{
"email_address": "jill@example.com",
"name": "Jill",
"order": 1
}
],
"cc_email_addresses": [
"lawyer1@dropboxsign.com",
"lawyer2@dropboxsign.com"
],
"file_urls": [
"https://www.dropbox.com/s/ad9qnhbrjjn64tu/mutual-NDA-example.pdf?dl=1"
],
"signing_options": {
"draw": true,
"type": true,
"upload": true,
"phone": false,
"default_type": "draw"
},
"test_mode": true
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{
"client_id": "b6b8e7deaf8f0b95c029dca049356d4a2cf9710a",
"title": "NDA with Acme Co.",
"subject": "The NDA we talked about",
"message": "Please sign this NDA and then we can discuss more. Let me know if you\nhave any questions.",
"grouped_signers": [
{
"group": "Group #1",
"order": 0,
"signers": [
{
"email_address": "jack@example.com",
"name": "Jack"
},
{
"email_address": "jill@example.com",
"name": "Jill"
}
]
},
{
"group": "Group #2",
"order": 1,
"signers": [
{
"email_address": "bob@example.com",
"name": "Bob"
},
{
"email_address": "charlie@example.com",
"name": "Charlie"
}
]
}
],
"cc_email_addresses": [
"lawyer1@dropboxsign.com",
"lawyer2@dropboxsign.com"
],
"file_urls": [
"https://www.dropbox.com/s/ad9qnhbrjjn64tu/mutual-NDA-example.pdf?dl=1"
],
"signing_options": {
"draw": true,
"type": true,
"upload": true,
"phone": false,
"default_type": "draw"
},
"test_mode": true
}
52 changes: 52 additions & 0 deletions examples/json/SignatureRequestEditEmbeddedResponseExample.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"signature_request": {
"signature_request_id": "a9f4825edef25f47e7b4c14ce8100d81d1693160",
"title": "NDA with Acme Co.",
"original_title": "The NDA we talked about",
"subject": "The NDA we talked about",
"message": "Please sign this NDA and then we can discuss more. Let me know if you have any questions.",
"metadata": {},
"created_at": 1570471067,
"is_complete": false,
"is_declined": false,
"has_error": false,
"custom_fields": [],
"response_data": [],
"signing_url": null,
"signing_redirect_url": null,
"details_url": "https://app.hellosign.com/home/manage?guid=a9f4825edef25f47e7b4c14ce8100d81d1693160",
"requester_email_address": "me@dropboxsign.com",
"signatures": [
{
"signature_id": "78caf2a1d01cd39cea2bc1cbb340dac3",
"signer_email_address": "jack@example.com",
"signer_name": "Jack",
"signer_role": null,
"order": 0,
"status_code": "awaiting_signature",
"signed_at": null,
"last_viewed_at": null,
"last_reminded_at": null,
"has_pin": false,
"has_sms_auth": false
},
{
"signature_id": "616629ed37f8588d28600be17ab5d6b7",
"signer_email_address": "jill@example.com",
"signer_name": "Jill",
"signer_role": null,
"order": 1,
"status_code": "awaiting_signature",
"signed_at": null,
"last_viewed_at": null,
"last_reminded_at": null,
"has_pin": false,
"has_sms_auth": false
}
],
"cc_email_addresses": [
"lawyer1@dropboxsign.com",
"lawyer2@dropboxsign.com"
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"client_id": "b6b8e7deaf8f0b95c029dca049356d4a2cf9710a",
"template_ids": [
"c26b8a16784a872da37ea946b9ddec7c1e11dff6"
],
"subject": "Purchase Order",
"message": "Glad we could come to an agreement.",
"signers": [
{
"role": "Client",
"name": "George",
"email_address": "george@example.com"
}
],
"signing_options": {
"draw": true,
"type": true,
"upload": true,
"phone": false,
"default_type": "draw"
},
"test_mode": true
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"signature_request": {
"signature_request_id": "17d163069282df5eb63857d31ff4a3bffa9e46c0",
"title": "Purchase Order",
"original_title": "Purchase Order",
"subject": "Purchase Order",
"metadata": {},
"message": "Glad we could come to an agreement.",
"is_complete": false,
"is_declined": false,
"has_error": false,
"custom_fields": [
{
"name": "Cost",
"value": "$20,000",
"type": "text",
"editor": "Client",
"required": true
}
],
"response_data": [],
"signing_url": null,
"signing_redirect_url": null,
"details_url": "https://app.hellosign.com/home/manage?guid=17d163069282df5eb63857d31ff4a3bffa9e46c0",
"requester_email_address": "me@dropboxsign.com",
"signatures": [
{
"signature_id": "78caf2a1d01cd39cea2bc1cbb340dac3",
"signer_email_address": "george@example.com",
"signer_name": "George",
"signer_role": "Client",
"order": null,
"status_code": "awaiting_signature",
"signed_at": null,
"last_viewed_at": null,
"last_reminded_at": null,
"has_pin": false,
"has_sms_auth": false
}
],
"cc_email_addresses": [
"accounting@dropboxsign.com"
]
}
}
39 changes: 39 additions & 0 deletions examples/json/SignatureRequestEditRequestDefaultExample.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"title": "NDA with Acme Co.",
"subject": "The NDA we talked about",
"message": "Please sign this NDA and then we can discuss more. Let me know if you\nhave any questions.",
"signers": [
{
"email_address": "jack@example.com",
"name": "Jack",
"order": 0
},
{
"email_address": "jill@example.com",
"name": "Jill",
"order": 1
}
],
"cc_email_addresses": [
"lawyer1@dropboxsign.com",
"lawyer2@dropboxsign.com"
],
"file_urls": [
"https://www.dropbox.com/s/ad9qnhbrjjn64tu/mutual-NDA-example.pdf?dl=1"
],
"metadata": {
"custom_id": 1234,
"custom_text": "NDA #9"
},
"signing_options": {
"draw": true,
"type": true,
"upload": true,
"phone": false,
"default_type": "draw"
},
"field_options": {
"date_format": "DD - MM - YYYY"
},
"test_mode": true
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
{
"title": "NDA with Acme Co.",
"subject": "The NDA we talked about",
"message": "Please sign this NDA and then we can discuss more. Let me know if you\nhave any questions.",
"grouped_signers": [
{
"group": "Group #1",
"order": 0,
"signers": [
{
"email_address": "jack@example.com",
"name": "Jack"
},
{
"email_address": "jill@example.com",
"name": "Jill"
}
]
},
{
"group": "Group #2",
"order": 1,
"signers": [
{
"email_address": "bob@example.com",
"name": "Bob"
},
{
"email_address": "charlie@example.com",
"name": "Charlie"
}
]
}
],
"cc_email_addresses": [
"lawyer1@dropboxsign.com",
"lawyer2@dropboxsign.com"
],
"file_urls": [
"https://www.dropbox.com/s/ad9qnhbrjjn64tu/mutual-NDA-example.pdf?dl=1"
],
"metadata": {
"custom_id": 1234,
"custom_text": "NDA #9"
},
"signing_options": {
"draw": true,
"type": true,
"upload": true,
"phone": false,
"default_type": "draw"
},
"field_options": {
"date_format": "DD - MM - YYYY"
},
"test_mode": true
}
76 changes: 76 additions & 0 deletions examples/json/SignatureRequestEditResponseExample.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
{
"signature_request": {
"signature_request_id": "2b388914e3ae3b738bd4e2ee2850c677e6dc53d2",
"title": "NDA with Acme Co.",
"original_title": "The NDA we talked about",
"subject": "The NDA we talked about",
"message": "Please sign this NDA and then we can discuss more. Let me know if you have any questions.",
"test_mode": true,
"metadata": {
"custom_id": "1234",
"custom_text": "NDA #9"
},
"created_at": 1570471067,
"is_complete": false,
"is_declined": false,
"has_error": false,
"custom_fields": [],
"response_data": [],
"signing_url": "https://app.hellosign.com/sign/2b388914e3ae3b738bd4e2ee2850c677e6dc53d2",
"signing_redirect_url": null,
"files_url": "https://api.hellosign.com/v3/signature_request/files/2b388914e3ae3b738bd4e2ee2850c677e6dc53d2",
"details_url": "https://app.hellosign.com/home/manage?guid=2b388914e3ae3b738bd4e2ee2850c677e6dc53d2",
"requester_email_address": "me@dropboxsign.com",
"signatures": [
{
"signature_id": "78caf2a1d01cd39cea2bc1cbb340dac3",
"signer_email_address": "jack@example.com",
"signer_name": "Jack",
"signer_role": null,
"order": 0,
"status_code": "awaiting_signature",
"signed_at": null,
"last_viewed_at": null,
"last_reminded_at": null,
"has_pin": false,
"has_sms_auth": false
},
{
"signature_id": "616629ed37f8588d28600be17ab5d6b7",
"signer_email_address": "jill@example.com",
"signer_name": "Jill",
"signer_role": null,
"order": 1,
"status_code": "awaiting_signature",
"signed_at": null,
"last_viewed_at": null,
"last_reminded_at": null,
"has_pin": false,
"has_sms_auth": false
}
],
"cc_email_addresses": [
"lawyer1@dropboxsign.com",
"lawyer2@example.com"
],
"attachments": [
{
"id": "id_1",
"signer": "1",
"name": "Attachment #1",
"required": true,
"instructions": "Instructions #1",
"uploaded_at": 1650398513
},
{
"id": "id_2",
"signer": "2",
"name": "Attachment #2",
"required": true,
"instructions": null,
"uploaded_at": null
}
],
"template_ids": null
}
}
Loading