Compliance Review Request Object


A compliance review request represents a single CMS publishing or unpublishing action a user submitted for review.

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. Returned for every action except PUBLISH_DRAFT.


idstringRead-onlyformat GUID

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


proposedDataItemDataItemRead-only

Version of the data item proposed by the request. For PUBLISH_PUBLISHED, this is the same published item as current_data_item. Absent only for UNPUBLISH_PUBLISHED.


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.


versionOnUnpublishstringRead-only
Did this help?