Playlist object

Overview

A playlist object represents a playlist on a FanHero channel.

📘

To learn more about FanHero playlists, read Playlists.

Simply speaking, a playlist object contains the playlist title and a list of posts that are included in the playlist.

Propeties

A playlist returned by the endpoints in this section can have all or a subset of the following properties.

NameTypeDescription
_idStringThe playlist ID.
titleStringThe playlist title.
channelStringThe ID of the channel that this playlist belongs to.
slugStringThe channel slug. The slug is derived from the title and has a special format: all letters are lowercase, and all spaces are removed.
postsString ArrayThe IDs of the posts included in the playlist.
deletedBooleanIf True, the playlist has been deleted.
createdAtStringA date-time string identifying the time the playlist was created.
createdAtStringA date-time string identifying the last time the playlist was updated.