diff --git a/404.html b/404.html index 3a015be50..3e9eea618 100644 --- a/404.html +++ b/404.html @@ -5,7 +5,7 @@
Signature Requests:
-In-Progress Documents:
Path Parameters
Possible values: [draftdocuments, signaturerequest, inprogressdocuments, completedocuments, expiredocuments, declinedocuments]
The type of documents to retrieve
Path Parameters
Possible values: [draftdocuments, inprogressdocuments, completedocuments, expiredocuments, declinedocuments]
The type of documents to retrieve
Query Parameters
Possible values: <= 500
successful operation
Schema
result
document[]
Array [
folder
object
signers
object[]
Array [
]
]
{
"result": [
{
"objectId": "FGik23bhUJ",
"file": "https://exampleurl.com",
"title": "sample doc",
"note": "please sign document",
"folder": {
"objectId": "FGik23bhUJ",
"name": "folder name"
},
"owner": "joe bee",
"signers": [
{
"name": "joe bee",
"email": "joebee@example.com",
"phone": "456213871"
}
],
"createdAt": "2023-10-07T16:49:56.000Z",
"updatedAt": "2023-10-07T16:49:56.000Z"
}
]
}
Report not available!
Schema
{
"error": "Report not available!"
}
Invalid API Token!
Schema
{
"error": "Invalid API token!"
}