Retrieve all playlists related to given project.

GET /data/projects/{project_id}/playlists

Result is paginated and can be sorted.

Path parameters

Responses

  • 200

    All playlists related to given project

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