Skip to content

Get likes count for a comment and whether the current user has liked it

GET
/cms/content/{id}/comment/{comment_id}/likes
id
required
string

Content ID

comment_id
required
integer

Comment ID

Likes count

object
comment_likes_count

Total likes count for the comment

integer
liked

Whether the current user has liked the comment

boolean