Newer Version Available

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

ConnectApi.FeedElementPage

A paged collection of ConnectApi.FeedElement objects.
Property Name Type Description Available Version
currentPageToken String Token identifying the current page. 31.0
currentPageUrl String Connect REST API URL identifying the current page. 31.0
elements List<ConnectApi.​FeedElement> Collection of feed elements. 31.0
isModifiedToken String Opaque polling token to use in the since parameter of the ChatterFeeds.isModified method. The token describes when the feed was last modified.

This feature is available through a Feed Polling pilot program. This pilot program is closed and not accepting new participants.

Important

31.0
isModifiedUrl String Connect REST API URL with a since request parameter that contains an opaque token that describes when the feed was last modified. Returns null if the feed isn’t a news feed. Use this URL to poll a news feed for updates.

This feature is available through a Feed Polling pilot program. This pilot program is closed and not accepting new participants.

Important

31.0
nextPageToken String Token identifying the next page, or null if there isn’t a next page. 31.0
nextPageUrl String Connect REST API URL identifying the next page, or null if there isn’t a next page. 31.0
updatesToken String A token to use in a request to the ConnectApi.ChatterFeeds.getFeedElementsUpdatedSince method. 31.0
updatesUrl String Connect REST API feed resource containing the feed elements that have been updated since the feed was refreshed. If the feed doesn’t support this feature, the value is null. 31.0