-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathFaxGetResponse.json
More file actions
30 lines (30 loc) · 875 Bytes
/
FaxGetResponse.json
File metadata and controls
30 lines (30 loc) · 875 Bytes
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
{
"default": {
"fax": {
"fax_id": "c2e9691c85d9d6fa6ae773842e3680b2b8650f1d",
"title": "example title",
"original_title": "example original title",
"subject": "example subject",
"message": "example message",
"metadata": {
"metadata_name_1": "metadata_value_1",
"metadata_name_2": {
"metadata_name_2_a": "metadata_value_2_a"
},
"metadata_name_3": "metadata_value_3",
"custom_id": 1234,
"custom_text": "NDA #9"
},
"created_at": 1726774555,
"sender": "me@dropboxsign.com",
"transmissions": [
{
"recipient": "recipient@dropboxsign.com",
"sent_at": 1723231831,
"status_code": "success"
}
],
"files_url": "https://api.hellosign.com/v3/fax/files/2b388914e3ae3b738bd4e2ee2850c677e6dc53d2"
}
}
}