Description
Returns the 'navigation' XML of the audit trail entries matching the specified criteria
Parameters
Ids
comma-separated database ids with list of object id(s) to match
UserIds
comma-separated database ids with list of user id(s) to match
Actions
comma-separated actions with Type of actions to match (if not present the audit trail is not filtered by action)
Logins
comma-separated GUIDs with List of login GUIDs to match (if not present the audit trail is not filtered by login GUIDs)
From
date/time: Consider only actions performed after the specified date time
To
date/time: Consider only actions performed before the specified date time
X
string: Optional name of an XSL transformation to be applied to the audit navigator XML (note that it is just inserted as an XML instruction and applied by the browser)
MaxCount
integer: Maximum number of audit entries to be retrieved
Max
integer: Maximum navigation depth. Optional, default value = 3. Use 0 to return the simple XML of the audit trail entrie(s), -1 for unlimited depth (dangerous)
Size
integer: Optional maximum size in bytes of the binary data content that is returned directly in the XML. If not specified the binary data content is always returned as URLs.
Strict
Requests strict access: fail if any of the attributes requested is not accessible
Nulls
Render missing (null) object attributes as xsi:nil XML elements or empty XML attributes instead than just omitting them
Encoding
character encoding (e.g. utf-8, iso-8859-1): The character encoding to use for the returned XML. If not specified the system uses UTF-8.
Options
data navigator options: Options controlling which extra information to include (or exclude) from the XML output.
See also