Category: | Feature request |
Priority: | High |
Status: | New |
Project: | Severity: | Minor |
Resolution: | Open |
|
Component: | Reproducibility: | N/A |
Assigned to: |
I would like to have a web service api to retrieve audit data based on specified conditions.
The current api only allows to export all audit data and that's too much.
The use case to this api is to get users who have not logged in for a period of time, who has not opened a report, or who have not done audited conditions and to send them an email or to deactivate/delete them from the system.
Currently, I have to directly query the auditevent table to get these information but this isn't a very good practice.