Implement an endpoint that returns a chronological feed of recent actions such as uploads, edits, deletes, and shares. Include who performed the action, the target file/folder, timestamps, and action type. Support filtering by user, action type, and time range. Ensure pagination for large feeds and consistent, structured response formats. Add tests and basic documentation for consumers.
Implement an endpoint that returns a chronological feed of recent actions such as uploads, edits, deletes, and shares. Include who performed the action, the target file/folder, timestamps, and action type. Support filtering by user, action type, and time range. Ensure pagination for large feeds and consistent, structured response formats. Add tests and basic documentation for consumers.