Get likes count for a comment and whether the current user has liked it
GET/cms/content/{id}/comment/{comment_id}/likes
GET
/cms/content/{id}/comment/{comment_id}/likes
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”id
required
string
Content ID
comment_id
required
integer
Comment ID
Responses
Section titled “Responses”Likes count
object
comment_likes_count
Total likes count for the comment
integer
liked
Whether the current user has liked the comment
boolean