Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Short Description

Chapter Contents:

Table of Contents
maxLevel4
minLevel4

...

Get a list of AuditLog objects. Filter to avoid huge amounts of data (see Filtering for search parameters).

 Examples:

http://localhost:8080/ws/rest/AuditLog?filter=objectName(EQ)VoyageHeader&filter=attributeName(EQ)voyageStatus&filter=newValue(EQ)SCH&filter=actionTime(GT)2017-05-01T09:50:10

Gather all AuditLog for the VoyageHeader object where the attribute voyageStatus has changed to SCH value after the specified date.

http://localhost:8080/ws/rest/AuditLog?filter=objectName(EQ)VoyageHeader&filter=attributeName(EQ)voyageStatus&filter=newValue(EQ)NOM&filter=actionTime(GT)2017-05-01T09:50:10&filter=oldValue(EQ)SCH

Gather all AuditLog for the VoyageHeader object where the attribute voyageStatus has changed from the value SCH to NOM after the specified date.

GET /AuditLog/{key}

Get a single AuditLog object.

...