Newer Version Available

This content describes an older version of this product. View Latest

Feed-Items Likes

Used to access likes for a specific feed item, or to add a like to a specific feed item.

Resource
1/chatter/feed-items/feedItemId/likes
Available since version
23.0
HTTP methods
GET, POST or HEAD
Request parameters for GET or HEAD

There aren’t any request parameters for POST.

Note

Parameter Name Type Description
page Integer Specifies the number of the page you want returned.
pageSize Integer Specifies the number of items per page. Valid values are between 1 and 100. If you don't specify a size, the default is 25.
Response body for GET or HEAD
Like Page
Response body for POST
Like
Example response body with GET
1{
2   "currentPageUrl": "/services/data/v30.0/chatter/feed-items/0D5D0000000IPZuKAO/likes",
3   "likes": [{
4      "id": "0I0D000000003KeKAI",
5      "likedItem": {
6         "id": "0D5D0000000IPZuKAO",
7         "url": "/services/data/v30.0/chatter/feed-items/0D5D0000000IPZuKAO"
8      },
9      "url": "/services/data/v30.0/chatter/likes/0I0D000000003KeKAI",
10      "user": {
11         "companyName": "Universal Containers",
12         "firstName": "Deanna",
13         "id": "005D0000001LL8OIAW",
14         "isActive": true,
15         "lastName": "Li",
16         "motif": {
17            "color": "1797C0",
18            "largeIconUrl": "/img/icon/profile64.png",
19            "mediumIconUrl": "/img/icon/profile32.png",
20            "smallIconUrl": "/img/icon/profile16.png"
21         },
22         "mySubscription": null,
23         "name": "Deanna Li",
24         "photo": {
25            "fullEmailPhotoUrl": "https://instance_name/ncsphoto/SqRfG_-PUTY6KtfOp_f0cEw-MQI3xmkJ21oNEOQ-5saBc65JKjmm4DaxyLRr1XQK",
26            "largePhotoUrl": "https://instance_name/profilephoto/729D00000000LJF/F",
27            "photoVersionId": "729D00000000LJFIA2",
28            "smallPhotoUrl": "https://instance_name/profilephoto/729D00000000LJF/T",
29            "standardEmailPhotoUrl": "https://instance_name/ncsphoto/SqRfG_-PUTY6KtfOp_f0cEw-MQI3xmkJ21oNEOQ-5sZNDZe0BfzuOg1WyB6Vo-DB",
30            "url": "/services/data/v30.0/chatter/users/005D0000001LL8OIAW/photo"
31         },
32         "title": null,
33         "type": "User",
34         "url": "/services/data/v30.0/chatter/users/005D0000001LL8OIAW",
35         "userType": "Internal"
36      }
37   }],
38   "nextPageUrl": null,
39   "previousPageUrl": null,
40   "total": 1
41}