Skip to main content

List

Overview

You can get all document list by using this API.
Document list is including documents created by you from API.
You can use document detail API to get more details of document.

API detail

Request

  • URL: /document/list
  • Method: GET

Response

Success

  • Status code: 200
  • Body:
{
"data": [
{
"GUID": "0fe75c65-70cc-4517-ac7f-ebba85bfa63e",
"doc_id": "50361222",
"document": "/document/0fe75c65-70cc-4517-ac7f-ebba85bfa63e.pdf",
"file_name": "test from postman.pdf",
"subject": null,
"description": "test from postman",
"created_at": "2021-10-19T16:05:44.158662Z",
"updated_at": "2021-10-19T16:05:44.158662Z",
"sign_status": 0,
"comment": null,
"callback_url": null,
"callback_key": null,
},
],
"code": null,
"message": ""
}
  • sign_status
ValueTypeDescription
0intNot signed
1intSigned
2intRejected