Skip to main content

getCollection

query GetCollection(
$cohort: EndUserCohort!
$country: CountryCode!
$id: String!
$limit: Int
$skip: Int
$stationId: UUID!
) {
collection: normalizedCollection(
cohort: $cohort
country: $country
itemsFilters: { limit: $limit, skip: $skip }
id: $id
stationId: $stationId
) {
contentType
id
items {
id
promo {
backgroundImageUrlTransformTemplate
body
destinationType
show: normalizedShow {
contentRating
descriptionLong
descriptionShort
genre {
name
slug
type
}
genreVibes {
name
slug
type
}
id
images {
profile
transformTemplate
}
isAvailable
languageName
passportLevel
productionLocale
productionLocaleFlagTemplate
runtime
seasons {
seasonNumber
episodeCount
}
slug
showType
title
videoTotals {
CLIP
PREVIEW
SPECIAL
EPISODE
}
}
title
}
show {
contentRating
descriptionLong
descriptionShort
genre {
name
slug
type
}
genreVibes {
name
slug
type
}
id
images {
profile
transformTemplate
}
isAvailable
languageName
passportLevel
productionLocale
productionLocaleFlagTemplate
runtime
seasons {
seasonNumber
episodeCount
}
slug
showType
title
videoTotals {
CLIP
PREVIEW
SPECIAL
EPISODE
}
}
video {
contentRating
descriptionShort
duration
embedCodeVideoId
episodeNumber
id
isAvailable
images {
profile
transformTemplate
}
isPublicAvailable
premiereDate
season
show: normalizedShow(country: $country, stationId: $stationId) {
contentRating
descriptionLong
descriptionShort
genre {
name
slug
type
}
genreVibes {
name
slug
type
}
id
images {
profile
transformTemplate
}
isAvailable
languageName
passportLevel
productionLocale
productionLocaleFlagTemplate
runtime
seasons {
seasonNumber
episodeCount
}
slug
showType
title
videoTotals {
CLIP
PREVIEW
SPECIAL
EPISODE
}
}
slug
title
titleShort
videoType
}
weight
}
posterSize
subtitle
title
type
}
}