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.
Name | Type | Description |
---|---|---|
_id | String | The playlist ID. |
title | String | The playlist title. |
channel | String | The ID of the channel that this playlist belongs to. |
slug | String | The channel slug. The slug is derived from the title and has a special format: all letters are lowercase, and all spaces are removed. |
posts | String Array | The IDs of the posts included in the playlist. |
deleted | Boolean | If True, the playlist has been deleted. |
createdAt | String | A date-time string identifying the time the playlist was created. |
createdAt | String | A date-time string identifying the last time the playlist was updated. |