I am trying to figure out if there is a way to know if/when an attachment was downloaded by someone.
Looking at the audit logs api looks like there are only the following possibilists, and none for attachment downloads:
- create
- destroy
- exported
- login
- update
Is there any other view of knowing this information?
Thanks