Is there a CQL query or any API to only get the page changes since last modification.
Given that confluence allows to compare version changes in the UI, I would like to grab just the page changes instead of parsing current HTML with previous history HTML and then doing the comparison myself which can be computationally expensive.
Even If there is an experimental API to just get the changed HTML that would be great