Playlist ManagementList Playlist Events

List Playlist Events

Return details of the stream playlist

curl -X GET "https://api.5centscdn.com/v2/streams/scheduledplaylist/1001/playlists/events" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: YOUR_API_KEY"
[
  {
    "allDay": false,
    "editable": true,
    "overlap": false,
    "color": "#3788d8",
    "id": 9271,
    "title": "2215",
    "url": "/dashboard/103/streams/scheduledplaylist/71979/playlist/9271",
    "updateURL": "/dashboard/103/streams/scheduledplaylist/71979/playlist/9271",
    "groupId": "146f7dd4c91bc9d80cf4458ad6d6cd1b",
    "startTime": "2026-05-05T21:10:00",
    "endTime": "1970-01-01T00:00:00"
  }
]
GET
/streams/scheduledplaylist/{streamid}/playlists/events
GET
Base URLstring

Target server for requests. Edit to use your own host.

API Key (header: X-API-Key)
X-API-Keystring
Required

API key (sent in header)

Request Preview
Response

Response will appear here after sending the request

Authentication

header
X-API-Keystring
Required

API Key for authentication. Provide your API key in the header.

Path Parameters

streamidstring
Required

Stream ID

Example:
1001

Responses

allDayboolean

Whether the schedule applies for the full day.

editableboolean

Whether this item can be edited.

overlapboolean

Whether this schedule can overlap with other scheduled breaks.

colorstring
idinteger

Unique numeric identifier.

titlestring
urlstring

URL for this configuration.

updateURLstring
groupIdstring

Identifier used to group related schedule entries.

startTimestring

Start time of the scheduled ad break.

endTimestring

End time of the scheduled ad break.