The Comment Content Revisions API retrieves earlier versions of a comment's rich content.
With the Comment Content Revisions API, you can:
A revision is a saved earlier content version, not the current comment object or
its optimistic-concurrency revision number. Read the current content using the
Comments API. The history response can contain no revisions for a comment that
has not yet produced a saved earlier version.
It's important to note the following points before starting to code:
List Comment Content Revisions defaults to 20 entries, sorted by history record creation time
ascending. createdDate is the supported sorting field. Use the cursor in
pagingMetadata.cursors.next to load subsequent pages. Omit sort on subsequent
pages: the cursor retains the original ordering, but a supplied unsupported sort
field still fails validation.
The returned createdDate uses the saved content's date when available, falling
back to the history record's creation date. It is not necessarily the time the
history service stored the entry.
Last updated: 10 September 2026