Navigation:  Integration via SOAP web services > Published web services > Document >

searchAccessAudit

Previous  Top  Next

This method enables to run a search in the SoftExpert Document access audit. To use it, it is necessary to follow the standard documented below:

 

Java class

Request

web/wwwroot/ws/java/document/SearchAccessAuditRequestType.java

Return

web/wwwroot/ws/java/document/SearchAccessAuditResponseType.java

 

Request

ID #

Required

Description

IDDOCUMENT

 

Document ID #.

IDUSER

 

User name.

PERIODBEGIN

 

Search period start date.

*The format must be "Y-M-D" (Year-Month-Day)

PERIODEND

 

Search period end date.

*The format must be "Y-M-D" (Year-Month-Day)

 

Return

ID #

Description

return

SUCCESS: returns a list with the audit data:

TYPEAUDIT: Audit type:

o1 - View document;

o2 - Registered document;

o3 - Deleted document;

o4 - Registered revision;

o5 - Deleted revision;

o6 - Closed revision;

o7 - Printed controlled copy;

o8 - Printed uncontrolled copy;

o9 - Quantity of scheduled copies was modified;

o11 - Cancelled document;

o12 - Released document;

o13 - Delete electronic file;

o14 - Registered archiving;

o15 - Canceled archiving;

o16 - Digital signature;

o17 - Add electronic file;

DTACCESS: Audit date;

TMACCESS: Audit time;IDCATEGORY: Category ID #;

IDDOCUMENT: Document ID #;

IDREVISION: Revision ID #;

IDUSER: User's name;

NMHOST: Host name;

IPADDRESS: Workstation IP;

NMTITLE: Document title;

NMDEPARTMENT: User department

FAILURE: returns an empty list