Get comments for a feedback item.
Request Code Samples
curl --location --request GET 'https://api.shorterloop.com/api/comments?feedback_item_id=819' \
--header 'Authorization;' \
--header 'initiativeId;'
Responses
application/json {
"success": true,
"data": [
{
"id": 153,
"feedback_item_id": 819,
"solution_id": null,
"comment_text": "Hi Dinesh",
"is_pinned": null,
"is_anonymous": null,
"replied_for": null,
"subscription_id": 1346,
"user_id": 17355,
"created_at": "2024-07-11T11:40:47.000Z",
"updated_at": "2024-07-11T11:40:47.000Z",
"user": {
"id": 17355,
"profileImage": "https://lh3.googleusercontent.com/a/ACg8ocJTugolJHj_GPAbzRHaM5jBBxKuNnFfpqzA10jlaTdwcHMndg=s96-c",
"displayName": "Dinesh Rawat",
"firstName": "Dinesh",
"lastName": "Rawat",
"role": "editor"
}
}
]
}
Modified at 2024-07-12 02:15:48