Skip to content

Order Management System REST API - Audit Controller

The audit/latest URL provides visibility of the most recent raw update submitted to OMS.

Retrieve the timestamp of the most recent raw update

Section titled “Retrieve the timestamp of the most recent raw update”

GET /audit/latest

Retrieve the timestamp of the most recent raw update submitted to OMS.

Requires the Audit feature permission.

CodeStatusDescription
200SuccessContent is an ISO8601 date and time of the most recently submited OMS update.
204SuccessThere are no updates in OMS.
403FailureThe authenticated identity does not have the Audit permission.