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 an event payload: on its own in
the ReviewRequested event when a user submits one compliance action, or grouped with the
rest of a batch in the BulkReviewRequested event when a user submits several at once.
Publishing or unpublishing action the user requested for the data item.
Published (live) version of the data item.
Returned for every action except PUBLISH_DRAFT.
Compliance review request ID. Matches the _id of the submitted data item.
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.
Date and time the action was submitted.
ID of the account the action was submitted under.
ID of the user who submitted the action.
Version to preserve as a draft after a changed item is unpublished.
Returned only for UNPUBLISH_CHANGED when the caller provides a meaningful value.