Skip to main content

getLivestreamEPGs

query GetLivestreamEPGs($stationId: UUID!) {
livestreamEPGs: stationLivestreamEPGs(stationId: $stationId) {
id
logoTransformTemplate
name
schedule {
cid
descriptionShort
durationMin
endTime
images(filters: { aspectRatio: ["16:9", "4:3"], profile: ["Iconic"] }) {
aspectRatio
transformTemplate
}
showId
showTitle
startTime
title
}
slug
}
}