Compliance Review Request Object


A compliance review request represents a single CMS compliance action a user submitted for review: creating, updating, unpublishing, or deleting a CMS data item.

It isn't persisted and can't be queried. It exists only as the payload of the ReviewRequested event, emitted when a user submits a compliance action.

Properties
actionstring

currentDataItemDataItemRead-only

Published (live) version of the data item: what is stored right now and is subject to change. Returned for UPDATE and UNPUBLISH actions. Absent for CREATE, when nothing is live yet.


idstringRead-onlyformat GUID

Compliance review request ID. Matches the _id of the submitted data item.


proposedDataItemDataItemRead-only

Draft version of the data item: the change that takes effect once approved. Returned for CREATE and UPDATE actions. Absent for UNPUBLISH, when nothing is being drafted.


submittedAtstringRead-onlyformat date-time

Date and time the action was submitted.


submittedByAccountIdstringRead-onlyformat GUID

ID of the account the action was submitted under.


submittedByUserIdstringRead-onlyformat GUID

ID of the user who submitted the action.

Did this help?