formkiq / formkiq-core

A full-featured Document Layer for your application, providing the functionality of a flexible document management system, including storage, discovery, processing, and retrieval. Deploys directly into your Amazon Web Services Cloud. 🌟 Star to support our work!
https://www.formkiq.com
Other
112 stars 17 forks source link

Add an endpoint to retrieve a folder index key based on the path #269

Closed reganwolfrom closed 1 month ago

reganwolfrom commented 2 months ago

GET /folders?path={folderPath} instead of GET /folders?indexKey

Ideally, we would get both the folders and documents within, but would also include the current folder's indexKey and path, to enable a translation between folderPath and indexKey.

Also, a property to only show folders would be good, to remove the need for paging through documents when only folders are desired. Recommended property name is foldersOnly with true, defaulting to false when not provided.