get
https://developer.dacast.com/v2/playlists/
Get information about an individual playlist.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Get a single playlist by id.
Path parameter
| Name | Type | Description |
|---|---|---|
id | string (UUID) | Required. The playlist identifier. |
Response
| Code | Meaning |
|---|---|
| 200 | Playlist object. |
content.list may be:
null— empty playlist, or membership not yet visible after a content update- an array of items with
id,type(vodorchannel),position(often a string),title, and sometimesthumbnail_id
After Set Playlist Content, poll this endpoint untilcontent.listshows the expected items.
