Confluence API - Content state for a page version

Hello everyone,

I am trying to fetch the page content state (ex: “In progress”, “Verified”, “Rough draft”, …).
I know that the Rest API can retrieve the information for the last version of a page. However, I would like to retrieve this information for a specific version of a page. For example, the version 3 out of 10 for a specific page. When we use the Confluence Web and select a page, we can view the page history. Inside this page history the version are shown with all the content state. This is exactly what I need to retrieve. I was not successful with the REST API endpoint /wiki/rest/api/content/{id}/state, maybe I can use the Graphql for this usecase. Let me know if a ticket is already open for this or if you have the solution.

Thank you

1 Like