Load audit trail list XML
Loads an XML document describing the current list of audit trails that a user has stored on the system. The audit trail information is limited to the system IDs associated with each audit instance.
Example API call
/lcapi?book=1&collection=1&target=audittrail&action=get_audittrail_records
Parameters
| Parameter | Description |
|---|---|
target | audit |
action | get_audittrail_records |
book | The id of the publication, an integer, such as 1. |
collection | The id of the collection, an integer, such as 1. |
Returns
- On success
-
<audittrail_records> <header/> <body> <audit_record name='1459235161602-session.xml'>1459235161602-session</audit_record> <audit_record name='1459235439392-session.xml'>1459235439392-session</audit_record> </body> </audittrail_records> - On failure
- Returns nothing.