- Introduction
- Authentication
- Integrations
- Webhooks
- Guides
- Requests
- Create RequestPOST
- List RequestsGET
- Get RequestGET
- Delete RequestDELETE
- Update RequestPATCH
- Verify RequestPOST
- Close RequestPOST
- Duplicate RequestPOST
- Reject Request (Request Changes)POST
- Send Request ReminderPOST
- List Request RemindersGET
- Get Request Activity LogGET
- List Organization RequestsGET
- Update RequestPATCH
- Delete RequestDELETE
- Request Items
- Templates
- Webhooks
- Files
- Request Attachments
- File Sharing
- E-Signature / Document Forms
- Users
- Cloud Storage
- Branding
- Confirmation Page
- Organization
- RequestItems
- Documents
Get E-Signature Document
GET
/contracts/{id}
Request
Path Params
id
string
required
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/contracts/'
Responses
🟢200Success
application/json
Body
document
object (File)
required
id
string
required
name
string
required
mime
string
required
annotationUrl
string <uri>
required
annotations
array[object (ContractAnnotation) {4}]
optional
id
string
optional
type
enum<string>
required
Allowed values:
stringnumberdate
defaultValue
string
optional
layout
object (ContractItemLayout)
optional
fields
array[object (ContractFields) {5}]
optional
id
string
optional
type
enum<string>
required
Allowed values:
textsignaturecheckboxradioinitialsdate
placeholder
string
optional
assigned_to
object (Assignee)
optional
layout
object (ContractItemLayout)
optional
Example
{
"document": {
"id": "f9c28ddb-58c8-4dd8-94ff-96d5ece6f388",
"name": "Contract.pdf",
"mime": "application/pdf"
},
"annotationUrl": "https://app.pigeondocuments.com/doc/xzvcxjdsf2341masf134kadsf",
"annotations": [
{
"type": "number",
"defaultValue": "incididunt laborum dolor commodo eiusmod",
"layout": {
"page": 0,
"position": {
"offset_x": -84988637.08515118,
"offset_y": 76221383.79903123,
"anchor_point": "BOTTOM_RIGHT"
},
"style": {
"width": -67854076,
"height": -51605028
}
}
},
{
"type": "date",
"defaultValue": "enim laborum",
"layout": {
"page": 0,
"position": {
"offset_x": 16726.95197480917,
"offset_y": 33020050.930892617,
"anchor_point": "BOTTOM_LEFT"
},
"style": {
"width": 3261161,
"height": -6514483
}
}
}
],
"fields": [
{
"type": "radio",
"placeholder": "voluptate consectetur in Duis",
"assigned_to": {
"email": "Richmond_Franecki@gmail.com",
"firstName": "Hector",
"lastName": "Daniel"
},
"layout": {
"page": 0,
"position": {
"offset_x": 75107719.20316532,
"offset_y": 94359924.66340962,
"anchor_point": "BOTTOM_LEFT"
},
"style": {
"width": -43734081,
"height": 11141666
}
}
},
{
"type": "date",
"placeholder": "dolor proident",
"assigned_to": {
"email": "Alfreda_King29@hotmail.com",
"firstName": "Adrianna",
"lastName": "Zieme"
},
"layout": {
"page": 0,
"position": {
"offset_x": -75711551.97874656,
"offset_y": -45913256.760643154,
"anchor_point": "BOTTOM_LEFT"
},
"style": {
"width": -53180974,
"height": 89574610
}
}
},
{
"type": "signature",
"placeholder": "sit ea",
"assigned_to": {
"email": "Skylar72@yahoo.com",
"firstName": "Sonia",
"lastName": "Abshire-Corkery"
},
"layout": {
"page": 0,
"position": {
"offset_x": -54900761.57052841,
"offset_y": 73773090.60829598,
"anchor_point": "BOTTOM_RIGHT"
},
"style": {
"width": -55350048,
"height": 28867818
}
}
}
]
}
🟠404Record Not Found
Modified at 2024-10-29 16:11:43