[Files] Expose bulk get files API from the files service on the backend #155369
Labels
Feature:Cases
Cases feature
feature:Files
NeededFor:ResponseOps
Team:SharedUX
Team label for AppEx-SharedUX (formerly Global Experience)
In 8.8 we added the ability to attach files to a case. When a user deletes a case we delete all files associated with this case. To perform authorization checks on the files, we get all files (saved objects) attached to the case before deleting the case and the files. The file service does not expose a bulk get operation so we have to get all files one by one. To improve the performance of our API it would be useful to have a bulk get API exposed from the file service.
The text was updated successfully, but these errors were encountered: