-
Notifications
You must be signed in to change notification settings - Fork 452
Description
Feature Request
Make it possible for external dashboards to get the last changed documents irrelevant of the position it is located. To currently find the latest updated documents we need to make allot of API calls to /api/v1.0/documents/ and /api/v1.0/documents/{id}/childeren.
Describe the solution you'd like
Create s GET /api/v1.0/search endpoint or add and recursive option in current GET /api/v1.0/documents/ endpoint
In theory the /api/v1.0/search endpoint can be a copy of /api/v1.0/documents/ but with a changed query to the database to include all documents.
Describe alternatives you've considered
remove filter
Discovery, Documentation, Adoption, Migration Strategy
The user will be able to use a dashboard on top of all the LaSuite tools and get an overview of the last changed documents
Do you want to work on it through a Pull Request?
Maybe
Metadata
Metadata
Assignees
Labels
Type
Projects
Status