SCFeedObjectType
Interface SCFeedObjectType. FeedObject Schema. General object.
Extended by
Properties
| Property | Type | Description | 
|---|---|---|
| added_at | Date | Added at | 
| addressing | SCTagType[] | Tags addressing | 
| author? | SCUserType | Author of the contribute | 
| categories? | SCCategoryType[] | List of categories. | 
| collapsed | boolean | True if the object is hidden | 
| comment_count | number | Number of comment | 
| deleted | boolean | True if the object is deleted | 
| draft? | boolean | True if scheduled_posts ddp is enabled and if the feed object is not published yet | 
| event? | SCEventType | The id of the event. | 
| flag_count | number | Number of flags | 
| followed? | boolean | True if the logged user follow this object | 
| follower_count | number | Number of followers | 
| group? | SCGroupType | The id of the group. | 
| html | string | Html | 
| id | number | The ID of the post. | 
| last_activity_at | Date | Last activity at | 
| last_edited_at | Date | Last edited at | 
| location? | SCContributionLocation | Location (contribution geolocation) | 
| medias? | SCMediaType[] | List of medias | 
| reaction | SCReactionType | Reaction obj | 
| reactions_count | any[] | Reactions number and objs | 
| recipients? | SCUserAutocompleteType[] | Users addressing | 
| scheduled_at? | Date | Scheduled at | 
| share_count | number | Number of internal share | 
| slug | string | Slug | 
| summary | string | Summary | 
| summary_html? | string | Summary html | 
| summary_truncated? | boolean | True if summary_html is truncated | 
| suspended? | boolean | Suspended notification | 
| type | DISCUSSION|POST|STATUS | Type: discussion, post, status | 
| view_count | number | Number of views | 
| vote_count | number | Number of votes | 
| voted? | boolean | True if the logged user has already voted this object |