- 
    
Suggestion
 - 
    Resolution: Unresolved
 - 
    None
 
- 
        1
 - 
        
 
Problem
The Confluence Questions REST API has an endpoint for adding and deleting comments. However, there currently isn't an endpoint for retrieving the comments via the REST API.
Present endpoints:
- /question/{questionId}/comments - POST
 - /question/{questionId}/comments/{commentId} - DELETE
 - /question/{questionId}/comments/{commentId}/convert - POST
 
Suggested Solution
Add an additional GET resource to the Confluence Questions API for retrieving the comments
Why This Is Important
This would allow customers to programmatically retrieve data regarding the questions in more detail.