List Canned Comments
/questions/{id}/canned_comments
Get a list of canned comments on a specific question.
Get Canned Comments [GET]
Authorization: Admin, Web, Mobile
Response 200
Body
{
"page": 1,
"pages": 1,
"count": 4,
"items": [
{
"id": 44561,
"comment": "There is rust present on the major working parts.",
"selectionId": 3,
"questionId": 1897
}
]
}