Get all playlists

This endpoint retrieves all playlists in a specified workspace. It allows you to view the collection of manual and smart playlists along with their associated metadata. #### How it works - When a user sends a GET request to this endpoint, FastPix returns a list of all playlists in the workspace, including details such as playlist IDs, titles, creation mode (manual or smart), and other relevant metadata. #### Example An e-learning platform requests all playlists within a workspace to display an overview of available learning paths. The response includes multiple playlists like "Beginner Python Series" and "Advanced Java Tutorials," enabling the platform to show users a catalog of curated content collections.

Authentication

AuthorizationBasic
FastPix APIs are secured with Basic Authentication. Use your Access Token ID as the username and Secret Key as the password in the Authorization header of each API request. - <b>Username:</b> Access Token ID - <b>Password:</b> Secret Key Activate your FastPix account to generate your API credentials. <a href="https://fastpix.com/docs/getting-started/activate-your-account" target="_blank">See the guide here</a>

Query parameters

limitintegerOptional1-50Defaults to 10

The number of playlists to return (default is 10, max is 50).

offsetintegerOptional>=1Defaults to 1
The page number to retrieve, starting from 1. Use this parameter to paginate the playlist results.

Response

Successfully retrieved all playlists
successboolean
Shows the request status. Returns true for success and false for failure.
datalist of objects
paginationobject
Pagination organizes content into pages for better readability and navigation.