Skip to main content
Nintex Community Menu Bar

Is there a way to programatically obtain the Audit Data?

  • February 4, 2006
  • 1 reply
  • 11 views

Forum|alt.badge.img
Is there a way to programatically obtain the Audit Data?

i.e. is there a web method or another method that can be used to get the audit data?

If not, which SQL tables can i use to get the audit data?

1 reply

Forum|alt.badge.img+2
  • February 22, 2006
One of the Web Services installed as part of the K2.net WorkSpace can be used to access audit information (in the form of a ,NET DataSet), based on the reports configured (of which more can be added, with different queries).

This can be found at http://<Your K2.net Web Server>/K2V3/WorkspaceService/FilterService.asmx.

If you contact your local K2.net office, they may be able to provide you some assistance for this.

We do not normally recommend accessing the Audit data directly from the database.