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