(backend) add documents/all endpoint with descendants

External dashboards need to find the latest updated documents across
the entire hierarchy. Currently this requires many API calls to
/documents/ and /documents/{id}/children for each level.
   
This endpoint allows retrieving all accessible documents in a single
request, enabling dashboards to efficiently display recently changed
documents regardless of their position in the hierarchy.
    
Signed-off-by: ChristopherSpelt <christopherspelt@icloud.com>
This commit is contained in:
Christopher Spelt
2026-01-08 10:33:55 +01:00
committed by GitHub
parent 62213812ee
commit 43a1a76a2f
3 changed files with 486 additions and 0 deletions

View File

@@ -6,6 +6,10 @@ and this project adheres to
## [Unreleased]
### Added
- ✨(backend) add documents/all endpoint with descendants #1553
## [4.3.0] - 2026-01-05
### Added