Get document list
POST/documentlist/:doctype
Document Types:
Retrieve a list of documents based on type
-
Draft Documents:
- Documents that are currently in draft status.
-
Signature Requests:
- Documents that require the your signature.
-
In-Progress Documents:
- Documents that are currently in progress.
-
Completed Documents:
- Documents that have been successfully completed with all required signatures.
-
Expired Documents:
- Documents that have expired and are no longer accessible.
-
Declined Documents:
- Documents that have been declined by the user.
Request
Path Parameters
doctype stringrequired
Possible values: [draftdocuments, signaturerequest, inprogressdocuments, completedocuments, expiredocuments, declinedocuments]
The type of documents to retrieve
Header Parameters
x-api-token stringrequired
Example: opensign.xxxx
- application/json
Body
limit number
skip number
Responses
- 200
- 404
- 405
successful operation
- application/json
- Schema
- Example (from schema)
Schema
code number
type string
message string
{
"code": 0,
"type": "string",
"message": "string"
}
Report is not available!
Invalid API Token!
Loading...