Newer Version Available

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

Records Resources

Information about the specified record, including its followers and assigned topics. Add and remove topics from records.

This is not a feed. To obtain a feed for a record, use the Record Feed Resource.

Note

Available resources are:
Resource Description
/chatter/records/recordId A specified record. Get information about the specified record, such as the name of the record, the record type, a URL to the feed elements for the record, and so on.
/chatter/records/recordId/followers The followers of a specified record. Get information about the followers of the specified record.
/connect/records/recordId/topics The topics assigned to the specified record. Get information about topics assigned to the specified record, and add and remove topics from the specified record.

Record Information

A specified record. Get information about the specified record, such as the name of the record, the record type, a URL to the feed elements for the record, and so on.

Resource
1/chatter/records/recordId
Available since version
23.0
Requires Chatter
No
HTTP methods
GET or HEAD
Response body
Record Summary
Example response body
1{
2   "id": "069D00000001FHFIA2",
3   "motif": {
4      "largeIconUrl": "/img/content/content64.png",
5      "mediumIconUrl": "/img/content/content32.png",
6      "smallIconUrl": "/img/icon/files16.png"
7   },
8   "mySubscription": {
9      "id": "0E8D0000000T5fwKAC",
10      "url": "/services/data/v32.0/chatter/subscriptions/0E8D0000000T5fwKAC"
11   },
12   "name": "sales",
13   "type": "ContentDocument",
14   "url": "/services/data/v27.0/chatter/files/069D00000001FHFIA2"
15}

Record Followers

The followers of a specified record. Get information about the followers of the specified record.

Resource
1/chatter/records/recordId/followers
As of version 29.0, you can use a topic ID for the recordId.
Available since version
23.0
Requires Chatter
Yes
HTTP methods
GET or HEAD
Request parameters
Parameter Name Type Description
page Integer An integer specifying a page of items. The default value is 0, which returns the first page.
pageSize Integer Specifies the number of items per page. Valid values are between 1 and 1000. If you don't specify a size, the default is 25.
Response body
Subscription Page