Documentation Center

Log audit trail event

Logs an audit trail event.

Example API call

/servlets3/wietmsd?id=1459420108589&target=audittrail&action=event

Parameters

ParameterDescription
targetaudittrail
actionevent
idA session ID that is valid for this collection and publication combination.

XML post data

This API call requires XML post data to complete. An example of that XML data is given here.

<event>
     <eventType>clear_applicability</eventType>
     <stateTable>
          <filterdata></filterdata>
     </stateTable>
     <start-date>
          <day>4</day>
          <month>4</month>
          <year>2017</year>
     </start-date>
     <start-time>
          <hour>13</hour>
          <min>26</min>
          <sec>01</sec>
          <offset>-2</offset>
     </start-time>
</event>

Returns

On success
Returns nothing
On failure
Returns nothing