get https://api.fastpix.io/v1/on-demand/playlists/
This endpoint retrieves detailed information about a specific playlist using its unique playlistId
. It provides comprehensive metadata about the playlist, including its title, creation mode (manual or smart), media items along with the metadata of each media in the playlist.
Example
An e-learning platform requests details for the playlist "Beginner Python Series" by providing its unique playlistId
. The response includes the playlist’s title, creation mode, and the ordered list of video tutorials contained within, enabling the platform to present the full learning path to users.