Description
Returns the 'navigation' XML of the audit trail entries matching the specified criteria (GET)
Parameters
Idscomma-separated database ids
List of object id(s) to match
UserIds comma-separated database ids
List of user id(s) to match
Actions comma-separated actions
Type of actions to match (if not present the audit trail is not filtered by action)
Logins comma-separated GUIDs
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). Example: docbook
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.
RefKeys
Request references to other objects to contain also the referenced object key attribute(s) values instead than just the database id
Spiked
spiked objects handling value
How to handle spiked objects referenced by the audit entries: load only non-spiked objects, load both spiked and unspiked objects, load only spiked objects.