JBoss.orgCommunity Documentation

POST activity/activityId/like.format

Description: Allows an authenticated identity to do the "like" action on an existing activity.

URL:

http://{domain_name}/{rest_context_name}/private/api/social/v1-alpha3/{portalContainerName}/activity/{activityId}/like.{format}

Requires Authentication: true

Parameters:

Request:

 POST: http://cloud-workspaces.com/rest/private/api/social/v1-alpha3/portal/activity/1a2b3c4d5e/like.json

Response:

 {
   "liked": true
 }