I am trying to get the details of comments on a confluence page through an API call. I am able to get the list of comments using the below API. However, I want to get list of comments that have been resolved(Attached) through as well using the API call.
Please let me know if it will be possible to get this information through API.
API Used: https://ConfluenceURL/wiki/rest/api/content/PageCode/child/comment?expand=body.view,resolution.view
Below URL gives me the status of Resolution.
<URL>/wiki/rest/api/content/<pageID>/child/comment?expand=body.view,extensions.resolution
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.