get
https://developer.dacast.com/v2/playlists
Paginated list of playlists in your account.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Return a paginated list of playlists in your account.
Query parameters
| Name | Type | Description |
|---|---|---|
page | integer | Page number. Default 1. |
perpage | integer | Page size. Default 10. |
title | string | Optional substring filter on playlist title. |
online | boolean | Optional filter for enabled/disabled playlists. |
start_date | string (date) | Optional: playlists created on or after this date. |
end_date | string (date) | Optional: playlists created on or before this date. |
Response
| Code | Meaning |
|---|---|
| 200 | Paginated list. |
Response body:
| Field | Type | Description |
|---|---|---|
data | array | Playlist objects. Each id is a UUID string. content.list may be null or an array of items (id, type, position, title). |
paging | object | Pagination links. Keys: first, last, next, previous (URL path strings, or null). |
total_count | string | Total number of matching playlists (returned as a string). |
The paging object key is lowercasepaging. Link values look like/v2/playlist?page=2&perpage=5(singularplaylistin the path).📘
positionvalues insidecontent.listare often strings (e.g."1").
