Overview
A viewer on the FanHero platform can mark a post as their favorite. The post will then appear on their My List page.
A pinned post object represents a post that a user marked as favorite.
To learn more about favorite posts, read My List Screen.
Properties of a pinned post object
A pinned post object can have all of a some of the following properties:
Name | Type | Description |
---|---|---|
id | String | Pinned post ID |
account | String | The account ID of the user who marked the post as favorite |
post | String | The ID of the post that a user marked as favorite |
pinned | Boolean | If True, the post is marked as favorite and shows on the user's My List page. |
deleted | Boolean | If True, the post has been deleted. |
pinnedAt | String | Date and time when the post was marked as favorite. |
createdAt | String | Date and time when the pinned post object was created. |
updatedAt | String | Date and time when the pinned post object was updated. |