Short Description
Chapter Contents:
Table of Contents | ||||
---|---|---|---|---|
|
...
Get a list of AuditLog objects. Filter to avoid huge amounts of data (see Filtering for search parameters).
Examples:
Gather all AuditLog for the VoyageHeader object where the attribute voyageStatus has changed to SCH value after the specified date.
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.
...