v1
latestOpenAPI 3.0.02026-07-24234471.0 KBFeedback Comment
Get a comment
Retrieves a Feedback comment by Id
get/feedback/comment/{id}
Path parameters
idnumber double required
Feedback Comment id
Response
Ok
Example response
{
"id": 4455,
"userId": 4455,
"replyCommentId": 4455,
"Member": {
"id": 4455,
"userId": 4455
},
"Feedback": {
"id": 4455,
"assigneeId": 4455,
"projectId": 4455,
"title": "This button doesn't work"
}
}