No Results
Search Tips:
- Please consider misspellings
- Try different search keywords
Newer Version Available
Feed Item
The type property
always returns all types, regardless of version. However, not all
types are valid with all versions. Use the attachment property to verify the type of feed item. For
example, for a type of PollPost, if the version is earlier than
26.0, attachment is null. Use the text property to properly render any unknown feed item types.
| Property | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| actor | Depends on parent | The entity that created the feed item. Values are:
|
Small, 29.0 | |
| attachment | Depends on type | Depends on the type value
of the attachment. Values include:
|
Medium, 29.0 | |
| body | Feed Body | Information about the feed item. In API versions 29.0 and later, the text property of the Feed Body response body can be null, which means you can’t use it as the default case for rendering text. Instead, use the text property of the Feed Item Preamble Message Body response body because it can’t be null. |
Small, 29.0 | 23.0 |
| canShare | Boolean | true if feed item can be shared, false otherwise | Medium, 29.0 | 27.0 |
| clientInfo | ClientInfo | Information about the Connected App used to authenticate the connection | Medium, 29.0 | 23.0 |
| comments | Comment Page | Comments for this feed item | Small, 29.0 | 23.0 |
| createdDate | String | ISO8601 date string, for example, 2011-02-25T18:24:31.000Z | Small, 29.0 | 23.0 |
| currentUserLike | Reference | A reference to a like object if applicable, null otherwise. | 23.0–24.0 | |
| event | Boolean | true if feed item created due to an event change, false otherwise | Medium, 29.0 | 23.0 |
| id | String | 18-character ID of the feed item | Small, 29.0 | 23.0 |
| isBookmarkedByCurrentUser | Boolean | true if the current user has bookmarked this feed item, false otherwise | Medium, 29.0 | 24.0 |
| isDeleteRestricted | Boolean | Returns true if a feed item cannot be deleted by the logged in user. If it returns false, possibly the logged in users can delete the feed item. | Medium, 29.0 | 25.0 |
| isLikedByCurrentUser | Boolean | true if the current user has liked this feed item, false otherwise | Medium, 29.0 | 23.0 |
| likes | Like Page | Likes for this feed item | Medium, 29.0 | 23.0 |
| likesMessage | Like Message Body | A message body that describes who likes the feed item | Small, 29.0 | 27.0 |
| myLike | Reference | If the logged-in user has liked the comment, this property is a reference to the specific like, null otherwise | Medium, 29.0 | 23.0 |
| modifiedDate | String | ISO8601 date string, for example, 2011-02-25T18:24:31.000Z | Small, 29.0 | 23.0 |
| moderationFlags | Moderation Flags | Flags for this feed item. Community moderators can view and
take action on flagged items. If the communityModeration property of the Features response body is false, this property is null. |
Big, 29.0 | 29.0 |
| originalFeedItem | Reference | A reference to the original feed item if this feed item is a shared feed item, null otherwise | Small, 29.0 | 24.0 |
| originalFeedItemActor | Depends on type | Value depends on type of original feed item. Values are:
|
Medium, 29.0 | 24.0 |
| parent | Depends on type | Value depends on type of parent. Values are:
|
Medium, 29.0 | 23.0 |
| photoUrl | String | URL of the photo associated with the feed item | Medium, 29.0 | 23.0 |
| preamble | Feed Item Preamble Message Body | The preamble is the title of the post.
This property contains renderable plain text for all the segments
of the message, for example, “App Builders - Pam Jones”. In API versions 29.0 and later, the text property of the Feed Body response body can be null, which means you can’t use it as the default case for rendering text. Instead, use the text property of the Feed Item Preamble Message Body response body because it can’t be null. |
Medium, 29.0 | 27.0 |
| relativeCreatedDate | String | ISO8601 date string, for example, 2011-02-25T18:24:31.000Z | Small, 29.0 | 28.0 |
| topics | Feed Item Topics | Topics for this feed item | Medium, 29.0 | 28.0 |
| type | String | Values
are:
|
Small, 29.0 | 23.0 |
| url | String | URL to this feed item | Small, 29.0 | 23.0 |
| visibility | String | Who can see this feed item. Values are:
|
Small, 29.0 | 26.0 |