I am currently using https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-versions/#api-wiki-rest-api-content-id-version-versionnumber-get to get the data from a content-specific version, then from the response links I get the version contentId.
Using the API V2, https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-version/#api-pages-page-id-versions-version-number-get, the response does not include the links.
Is there any other way to retrieve the content version Id?
Are there plans to include the _links
attribute to DetailedVersion?
Regards
Daniel Torres