I want to access audit data from web service api. Is this possible? the api isn't listed in the Web Services Guide.
1 Answer:
Posted on February 25, 2014 at 2:24pm
It seems as though you can export audit events using the export service, but I'm not sure what that gets you.
http://community.jaspersoft.com/documentation/jasperreports-server-web-s...
If this is not sufficient, you can always file a feature request using the tracker: http://community.jaspersoft.com/bug-tracker
Thanks elizam.
I want to retrieve audit data based on condition. I'll file a feature request in hope that it'll become part of JasperReports Server.
In the meanwhile, I'll just add a program to query the auditevent table. :-)
FYI: use case of this is to write a program to query the auditevent to find users who haven't logged in for potential deactivation/deletion.