The Get Suggestion Comments API allows authenticated users to retrieve all comments for a Suggestion.
Success
No Content
Bad Request
Unauthorized
Forbidden
Not Found
Not acceptable
Internal server error
{- "count": 1,
- "comments": [
- {
- "content": "Great suggestion! We will put this on our To-Do list.",
- "createdBy": {
- "firstName": "John",
- "lastName": "Doe",
- "id": "1013"
}, - "createDate": "2025-01-23T04:48:25.000Z",
- "id": "1000"
}
]
}