Revision history

Hi,

How can I get revision history of a record using content management api?

Or is it possible to get the editor information of the latest published version using content management api?

Thanks,
Jyotirmoy Biswas

1 Like

Hello @jyoti

You can see the version of a record under the “meta.currentVersion” parameter, as you can see in this documentation page: Record - Content Management API

You can also retrieve a specific version of a record by specifying the “version” parameter on your request, as you can see in this documentation page: Retrieve a record - Record - Content Management API

Hope this helps,

Ok. Thanks for your feedback.

Thanks again,
Jyotirmoy Biswas