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