Is there a REST endpoint (either offical or experimental) to get the information of all versions inc. comment to a specific attachment. Can not find any in the rest-api-documentation
Thanks in advanced
Hi @Michael Sonnleitner
I hope you are well.
There's an experimental API method that you can use to get details from each version of an attachment if you have the attachment ID.
<Confluence_BaseURL>/rest/experimental/content/<attachmentID>/version/<version_number>
I hope that helps.
Kind regards,
Thiago Masutti
Thanks but I know this endpoint.
<Confluence_BaseURL>/rest/experimental/content/<attachmentID>/version
that would work for me....
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.