View audit trail record
This API call returns the Audit Trail report HTML, allowing a user to view a specified Audit Trail record.
Example API call
/lcapi?book=1&collection=1&target=audittrail&action=
view_audittrail_record&record_name=50
Parameters
| Parameter | Description |
|---|---|
target | audittrail |
action | view_audittrail_record |
record_name | The system ID associated with the audit trail record to be viewed. |
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
-
Returns the Audit Trail report.
<div> <h2>Session Details</h2> <table> <tr> <th style="background-color:#E3E4FA;border:1pt solid #B7CEEC;">Company</th> <td>RWS Group</td> </tr> <tr> <th style="background-color:#E3E4FA;border:1pt solid #B7CEEC;">LiveContent Version</th> <td>5.6.0.0</td> </tr> <tr> <th style="background-color:#E3E4FA;border:1pt solid #B7CEEC;">User</th> <td>admin</td> </tr> <tr> <th style="background-color:#E3E4FA;border:1pt solid #B7CEEC;">Groups</th> <td>ADMINISTRATOR</td> </tr> <tr> <th style="background-color:#E3E4FA;border:1pt solid #B7CEEC;">Book</th> <td>s1000d_bike_41</td> </tr> <tr> <th style="background-color:#E3E4FA;border:1pt solid #B7CEEC;">Collection</th> <td>default</td> </tr> <tr> <th style="background-color:#E3E4FA;border:1pt solid #B7CEEC;">Start Date</th> <td>03:10:37-05:00 on 2016-3-29 </td> </tr> <tr> <th style="background-color:#E3E4FA;border:1pt solid #B7CEEC;">End Date</th> <td>03:10:41-05:00 on 2016-3-29 </td> </tr> </table> </div> <div> <h2>Event Details</h2> No searches performed in this user session. </div> - On failure
- Returns nothing