What is a pinned post?

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:

NameTypeDescription
idStringPinned post ID
accountStringThe account ID of the user who marked the post as favorite
postStringThe ID of the post that a user marked as favorite
pinnedBooleanIf True, the post is marked as favorite and shows on the user's My List page.
deletedBooleanIf True, the post has been deleted.
pinnedAtStringDate and time when the post was marked as favorite.
createdAtStringDate and time when the pinned post object was created.
updatedAtStringDate and time when the pinned post object was updated.