Newer Version Available

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

Topics, Endorse People

Endorsements on knowledgeable people for the specified topic. Get endorsements for a specified topic and endorse a user for the specified topic.
Resource
1/connect/topics/topicId/endorsements
Available since version
30.0
Requires Chatter
Yes
HTTP methods
GET, HEAD, POST
Request parameters for GET
Parameter Name Type Description Required or Optional Available Since
endorseeId String Specifies the ID of the user who received endorsements. Optional 31.0
endorserId String Specifies the ID of the user who endorsed others. Optional 31.0
page Integer An integer greater than 0 specifying a page of endorsements. The default value is zero. Optional 30.0
pageSize Integer Specifies the number of items per page. Valid values are between 1 and 100. The default value is 25. Optional 30.0
Request body for POST
Root XML tag
<topicEndorsement>
JSON
1{ 
2   "userId" : "005B0000000Ge16"
3}
Properties
Name Type Description Required or Optional Available Version
userId String ID of the user to be endorsed for the specified topic. Required 30.0
Request parameters for POST
Parameter Name Type Description Available Since
userId String ID of the user to endorse 30.0
Response body for GET
Topic Endorsement Collection
Response body for POST
Topic Endorsement