Feed Item Page
Chatter feed item page.
| Property | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| currentPageUrl | String | URL to the current page of feed items | Medium, 29.0 | 23.0–31.0 |
| isModifiedToken | String | An opaque polling token that describes when a news feed was last modified. Use this value as the since request parameter of the News Feed Is-Modified resource. | Medium, 29.0 | 27.0–31.0 |
| isModifiedUrl | String | A News Feed Is-Modified resource with a since request parameter that contains an opaque token that describes when the feed was last modified. Returns null if feed is not a news feed. | Medium, 29.0 | 23.0–31.0 |
| items | Feed Item[] | Collection of one or more feed items | Small, 29.0 | 23.0–31.0 |
| nextPageUrl | String | URL to the next page of feed items | Small, 29.0 | 23.0–31.0 |
| updatesToken | String | Token to use in an updatedSince parameter, or null if not available. | Big, 30.0 | 30.0–31.0 |
| updatesUrl | String | A Connect REST API resource with a query string containing the value of the updatesToken property. The resource returns the feed items that have been updated since the last request. Use the URL as it is—do not modify it. Property is null if not available. | Big, 30.0 | 30.0–31.0 |