Open GoogleCodeExporter opened 8 years ago
Original comment by will.abson
on 16 Oct 2012 at 1:49
This should be possible out of the box without any code modification.
The additional query parameter you mention should enable to achieve what you
want.
It takes the 'raw' server-side audit query string.
You could e.g. use the 'fromTime' parameter to retrieve records from that
specific date, provided you convert it to epoch milliseconds before. You could
also filter from a specific event ID.
See :
- http://wiki.alfresco.com/wiki/Auditing_(from_V3.4)#Advanced_Query
-
http://docs.alfresco.com/4.0/topic/com.alfresco.enterprise.doc/references/RESTfu
l-AuditQueryGet.html
- the server side audit webscript .desc.xml files for the possible parameters.
I advise use to test out your query with curl, as described on the wiki page
above, before pasting it in the dashlet config.
Original comment by romaingu...@gmail.com
on 27 Oct 2012 at 10:31
Original issue reported on code.google.com by
t...@softbless.com
on 16 Oct 2012 at 12:38