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": "https://api.legale.io/media/document/0fe75c65-70cc-4517-ac7f-ebba85bfa63e.pdf",
"folder": "root/Contract/Customer1",
"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
Value | Type | Description |
---|---|---|
0 | int | Not signed |
1 | int | Signed |
2 | int | Rejected |