Folders
Browse, create, reorganise, and delete folders in the document hierarchy.
Folders in Docwize form a tree structure. Each folder has a full_path that represents its position in the hierarchy (e.g. Finance->Invoices->2025). Moving a folder cascades path updates to all descendants.
Endpoints
All folder endpoints use the /apiv2/pub/folders path.
| Method | Path | Description | Scope |
|---|---|---|---|
| GET | / | List folders | documents_read |
| POST | / | Create a folder | documents_write |
| POST | /{folder_id}/move | Move a folder | documents_write |
| DEL | /{folder_id} | Delete a folder and its subtree | documents_write |