Retrieve all playlists related to given episode.

GET /data/projects/{project_id}/episodes/{episode_id}/playlists

The full list is returned because the number of playlists in an episode is not that big.

Path parameters

Responses

  • 200

    All playlists related to given episode

GET /data/projects/{project_id}/episodes/{episode_id}/playlists
curl \
 -X GET http://localhost:8080/api/data/projects/{project_id}/episodes/{episode_id}/playlists \
 -H "Authorization: $API_KEY"