REST Folder API
- GET /folder/{id}
- GET /folder/{id}/folders
- GET /folder/{id}/documents
GET /folder/{id}
Get the folder with the given id.
GET /folder/{id}/folders
Get the sub folders for the folder with the given id.
GET /folder/{id}/documents
Get the list of documents for the folder with the given id.