This article presents possible use cases and corresponding sample flows that you can support. It provides a useful starting point as you plan your implementation.
When a user changes content, you can review the change before deciding whether it should stand. The review request gives you both the live version and the proposed version, so you can see exactly what is changing.
To review a content change:
action to see what the user did.currentDataItem, the live version, with proposedDataItem, the version submitted for approval. For PUBLISH_DRAFT, only proposedDataItem is present. For UNPUBLISH_PUBLISHED, only currentDataItem is present.UNPUBLISH_CHANGED, read versionOnUnpublish when present to determine whether the user requested to preserve the latest draft edits or the live published version.submittedByUserId and submittedAt to record who submitted the change and when.If you maintain an external audit or compliance system, you can keep it in sync with every reviewable content change on the site.
To forward content changes to an external system:
complianceReviewRequest object, including the action, currentDataItem, proposedDataItem, optional versionOnUnpublish, and submittedByUserId.Last updated: 25 July 2026