We would like to run some specific reports on Sharepoint such as "How many users accessed a particular document A in the last month?" or "How many documents did a user B upload to Sharepoint?". We have decided on using the Audit Log Reporting method for creating usage reports. I came across this API "SPAuditQuery" for extracting usage information from audit logs. I would like to know if this API is capable of extracting the following fields from audit logs:
1. docid
2. date/time of the event
3. username
4. doc title
5. url
6. session id
The first 3 fields are absolute must-haves while the other 3 are nice to haves.
Thank you in advance,
Anuj
Start Free Trial