Documentation Center

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

/servlets3/wietmsd?id=1459235445109&book=s1000d_bike_41&collection=default&time=1459235443739&target=audittrail&action=
view_audittrail_record&record_name=1459235439392-session.xml 

Parameters

ParameterDescription
target audittrail
action view_audittrail_record
idA session ID that is valid for this collection and publication combination.
record_nameThe system ID associated with the audit trail record to be viewed.
timeTo prevent browser-side caching of data, especially with AJAX requests, it is important to make a URL unique. The most effective technique to accomplish this is to include a time parameter that is based on the time at which the call is made.
book The name of the publication, such as PMC-S1000DBIKE-XYENT-00001-01.
collectionThe name of the collection that the publication is registered in, such as default.

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>SDL XyEnterprise LLC</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