List
Overview
You can get your folder list with this API request.
This folder list will be used in document creation, to upload your document into specific folder directly.
API detail
Request
- URL:
/folder
- Method:
GET
Response
Success
- Status code:
200
- Body:
[
{
"id": 1,
"title": "Invoices",
"parent": null
},
]