OBJECT
SearchQuery
link GraphQL Schema definition
- type SearchQuery {
- # Arguments
- # index: [Not documented]
- # must: [Not documented]
- # must_not: [Not documented]
- # should: [Not documented]
- # q: [Not documented]
- # fq: [Not documented]
- # page: [Not documented]
- # page_size: [Not documented]
- # sort: [Not documented]
- # type: [Not documented]
- # from: [Not documented]
- # to: [Not documented]
- # highlight: [Not documented]
- # facet: [Not documented]
- # bbox: [Not documented]
- # radius: [Not documented]
- # spotlight: [Not documented]
- (
- : String!,
- : BoolFilter,
- : BoolFilter,
- : BoolFilter,
- : String,
- : String,
- : Int,
- : Int,
- : SortOrder,
- : [String],
- : Date,
- : Date,
- : Boolean,
- : [String],
- : BoundingBox,
- : Radius,
- : Boolean
- ): QueryResponse
- # Arguments
- # index: [Not documented]
- # must: [Not documented]
- # must_not: [Not documented]
- # should: [Not documented]
- # q: [Not documented]
- # fq: [Not documented]
- # page: [Not documented]
- # page_size: [Not documented]
- # sort: [Not documented]
- # type: [Not documented]
- # from: [Not documented]
- # to: [Not documented]
- # highlight: [Not documented]
- # facet: [Not documented]
- # bbox: [Not documented]
- # radius: [Not documented]
- # spotlight: [Not documented]
- (
- : String!,
- : BoolFilter,
- : BoolFilter,
- : BoolFilter,
- : String,
- : String,
- : Int,
- : Int,
- : SortOrder,
- : [String],
- : Date,
- : Date,
- : Boolean,
- : [String],
- : BoundingBox,
- : Radius,
- : Boolean
- ): PrefixResponse
- # Arguments
- # index: [Not documented]
- # must: [Not documented]
- # must_not: [Not documented]
- # should: [Not documented]
- # q: [Not documented]
- # fq: [Not documented]
- # page: [Not documented]
- # page_size: [Not documented]
- # sort: [Not documented]
- # type: [Not documented]
- # from: [Not documented]
- # to: [Not documented]
- # highlight: [Not documented]
- # facet: [Not documented]
- # spotlight: [Not documented]
- (
- : String!,
- : BoolFilter,
- : BoolFilter,
- : BoolFilter,
- : String,
- : String,
- : Int,
- : Int,
- : SortOrder,
- : [String],
- : Date,
- : Date,
- : Boolean,
- : [String],
- : Boolean
- ): SitesearchResponse
- # Arguments
- # index: [Not documented]
- # must: [Not documented]
- # must_not: [Not documented]
- # should: [Not documented]
- # q: [Not documented]
- # fq: [Not documented]
- # page: [Not documented]
- # page_size: [Not documented]
- # sort: [Not documented]
- # type: [Not documented]
- # from: [Not documented]
- # to: [Not documented]
- # highlight: [Not documented]
- # facet: [Not documented]
- # spotlight: [Not documented]
- (
- : String!,
- : BoolFilter,
- : BoolFilter,
- : BoolFilter,
- : String,
- : String,
- : Int,
- : Int,
- : SortOrder,
- : [String],
- : Date,
- : Date,
- : Boolean,
- : [String],
- : Boolean
- ): DisneySearchResponse
- # Arguments
- # index: [Not documented]
- # must: [Not documented]
- # must_not: [Not documented]
- # should: [Not documented]
- # q: [Not documented]
- # fq: [Not documented]
- # page: [Not documented]
- # page_size: [Not documented]
- # sort: [Not documented]
- # type: [Not documented]
- # from: [Not documented]
- # to: [Not documented]
- # highlight: [Not documented]
- # facet: [Not documented]
- # bbox: [Not documented]
- # radius: [Not documented]
- # spotlight: [Not documented]
- (
- : String!,
- : BoolFilter,
- : BoolFilter,
- : BoolFilter,
- : String,
- : String,
- : Int,
- : Int,
- : SortOrder,
- : [String],
- : Date,
- : Date,
- : Boolean,
- : [String]!,
- : BoundingBox,
- : Radius,
- : Boolean
- ): TopFoundHitsResponse
- # Returns all bookmarks for a user matching the contentIds provided. The media for
- # the contentIds will be provided along with the Bookmark. The profileId of the
- # user is determined from the JWT Token in the request.
- #
- # Arguments
- # contentIds: [Not documented]
- (: [ID!]!): BookmarkMediaResponse
- # Returns all the bookmarks belonging to a particular User. The profileId of the
- # user is determined from the JWT Token in the request.
- #
- # Arguments
- # contentIds: [Not documented]
- (: [ID!]): [BookmarkHit]
- # Arguments
- # type: [Not documented]
- # page_size: [Not documented]
- # page: [Not documented]
- (: [String], : Int, : Int): WatchlistMediaResponse
- # Retrieve live, onAir, linear, or once-live video metadata sourced from EPG
- # Metadata Service.
- #
- # Arguments
- # startDate: Start date for a schedule by date range. Must be
- # accompanied by endDate. If both are present, scheduled airings will be returned.
- # ISO8601 format (2017-01-23T21:13:31Z)
- # endDate: End date for a schedule by date range. Must be
- # accompanied by startDate. If both are present, scheduled airings will be
- # returned. ISO8601 format (2017-01-23T21:13:31Z)
- # onAir: If present and there are no Start and End dates,
- # retrieve only airings that are currently onAir.
- # upcoming: If present and there are no Start and End dates,
- # retrieve only airings will be onAir in the future.
- # genre: Genre used to filter the airing data. Required if you're
- # filtering based on genre for onAir or scheduled metadata.
- # category: Filter Airing(s) by category. Category is the same as
- # genre
- # programType: Filter by one or more program type(s). Required if
- # you're filtering based on program type for onAir or scheduled metadata.
- # partnerProgramIds: Filter by one or more partnerProgramIds, a
- # unique ID provided by the partner which is consistent between Airings and VOD
- # assets related to those Airings.
- # channelId: Filter by ChannelId and retrieve onAir airings if
- # partnerProgramIds is absent.
- # contentId: Filter by ContentId and retrieve airings if
- # partnerProgramIds and channelId are both absent.
- # groupingId: Retrieve Airings that have this groupingId value.
- # groupingId is an ID used to group Airings together by some common criteria (e.g.
- # media related to a Eurosport Event Page).
- # mediaId: Provide a mediaId to filter Airings by
- # endsAfter: Ends After is used in conjunction with
- # partnerEventId and is used to filter airing data. ISO8601 format
- # (2017-01-23T21:13:31Z)
- # languages: For Airing fields that contain multiple
- # language-specific objects (e.g. titles), filter to only data that matches one of
- # these language values, in priority order. The server will also perform an alt
- # languages lookup for each provided value, checking for languages that roll up to
- # the same ISO macro-language. If no matching content is found, the first item in
- # the list will be used. If this argument is not provided, no filtering is
- # performed.
- # channelCallsigns: Filter your results by Airings that match one
- # of the Channel Callsigns provided in this list.
- # page: The index of the page of results you would like.
- # (Defaulted to 0)
- # pageSize: The total number of results that are returned on each
- # 'page' of results. (Defaulted to 500)
- (
- : String,
- : String,
- : Boolean,
- : Boolean,
- : String,
- : String,
- : String,
- : [ID],
- : ID,
- : ID,
- : ID,
- : ID,
- : String,
- : [String],
- : [String],
- : Int,
- : Int
- ): [Airing]
- # Arguments
- # page: [Not documented]
- # pageSize: [Not documented]
- (: Int, : Int): [Category]
- # Arguments
- # contentId: [Not documented]
- (: ID!): Category
- # Arguments
- # sport: [Not documented]
- # page: [Not documented]
- # pageSize: [Not documented]
- (: String!, : Int, : Int): [Category]
- # Arguments
- # page: [Not documented]
- # pageSize: [Not documented]
- (: Int, : Int): [Channel]
- # Arguments
- # contentId: [Not documented]
- (: ID!): Channel
- : [Collection]
- # Arguments
- # contentId: [Not documented]
- (: ID!): Collection
- # Arguments
- # contentId: [Not documented]
- (: ID!): ConfigurationJson
- # Arguments
- # resourceKey: [Not documented]
- (: ID!): ConfigurationJson
- # Arguments
- # contentId: [Not documented]
- (
- : ID!
- ): ConfigurationStructured
- # Arguments
- # contentId: [Not documented]
- (: ID!): Dimension
- # Arguments
- # page: [Not documented]
- # pageSize: [Not documented]
- (: Int, : Int): [EventPage]
- # Arguments
- # contentId: [Not documented]
- (: ID!): EventPage
- # Arguments
- # language: [Not documented]
- # page: [Not documented]
- # pageSize: [Not documented]
- (
- : String!,
- : Int,
- : Int
- ): [EventPage] @deprecated( reason: "Use `EventPageAll`" )
- # Arguments
- # contentId: [Not documented]
- (: ID!): FieldOption
- # Arguments
- # contentId: [Not documented]
- (: ID!): KeyValue
- # Arguments
- # contentId: [Not documented]
- (: ID!): List
- # Arguments
- # title: [Not documented]
- # page: [Not documented]
- # pageSize: [Not documented]
- (: String!, : Int, : Int): List
- # Arguments
- # contentId: [Not documented]
- (: ID!): MasterCut
- # Arguments
- # partnerProgramIds: Filter media by one or more Partner Program
- # IDs
- # groupingId: Filter by a groupingId
- # genre: Filter by genre/category (synonymous
- # programType: Filter media by a particular programType
- # mediaId: Filter by a particular mediaId
- # languages: Filter media metadata by a language or set of
- # languages in defaulting order from left (highest) to right (lowest)
- # page: Provide a page number to indicate the starting point of
- # the result set. By default page starts at 0.
- # pageSize: The size of your result set. By default, this is 10.
- (
- : [ID],
- : ID,
- : String,
- : String,
- : ID,
- : [String],
- : Int,
- : Int
- ): [MediaList]
- # Arguments
- # contentId: [Not documented]
- (: ID!): MediaAsset
- # Arguments
- # contentId: [Not documented]
- (: ID!): Page
- # Arguments
- # resourceKey: [Not documented]
- (: ID!): Page
- # Arguments
- # contentId: [Not documented]
- (: ID!): PhotoAsset
- # Arguments
- # contentId: [Not documented]
- (: ID!): Photo
- # Arguments
- # contentId: [Not documented]
- (: ID!): PhotoTemplate
- # Arguments
- # contentId: [Not documented]
- # collectionContentId: [Not documented]
- # seriesContentId: [Not documented]
- (: ID!, : ID, : ID): PostPlayResponse
- # Arguments
- # channelIds: [Not documented]
- # startDate: [Not documented]
- # endDate: [Not documented]
- # onAir: [Not documented]
- # page: [Not documented]
- # pageSize: [Not documented]
- (
- : [String],
- : String,
- : String,
- : Boolean,
- : Int,
- : Int
- ): [ChannelSchedule]
- : [Season]
- # Arguments
- # contentId: [Not documented]
- (: ID!): Season
- # Arguments
- # seasonId: [Not documented]
- (: String!): [Season]
- # Arguments
- # seasonId: [Not documented]
- # language: [Not documented]
- (
- : String!,
- : String!
- ): Season @deprecated( reason: "Use `SeasonBySeasonId`" )
- # Arguments
- # seriesSlug: [Not documented]
- (: String!): [Season]
- # Arguments
- # contentId: [Not documented]
- (: ID!): SeasonContainer
- # Arguments
- # contentId: [Not documented]
- (: ID!): Section
- : [Series]
- # Arguments
- # category: [Not documented]
- # page: [Not documented]
- # pageSize: [Not documented]
- (: String!, : Int, : Int): [Series]
- # Arguments
- # contentId: [Not documented]
- (: ID!): Series
- # Arguments
- # genre: [Not documented]
- (: String!): [Series]
- # Arguments
- # seriesId: [Not documented]
- (: String!): [Series]
- # Arguments
- # seriesId: [Not documented]
- # language: [Not documented]
- (
- : String!,
- : String!
- ): Series @deprecated( reason: "Use `SeriesBySeriesId`" )
- # Arguments
- # seriesSlug: [Not documented]
- (: String!): [Series]
- # Arguments
- # contentId: [Not documented]
- (: ID!): SeriesContainer
- # Arguments
- # contentId: [Not documented]
- (: ID!): ShortContent
- # Arguments
- # contentId: [Not documented]
- (: ID!): TemplateAspectRatio
- # Arguments
- # contentId: [Not documented]
- (: ID!): TitleAsset
- # Arguments
- # page: [Not documented]
- # pageSize: [Not documented]
- (: Int, : Int): [Video]
- # Arguments
- # category: [Not documented]
- # page: [Not documented]
- # pageSize: [Not documented]
- (: String!, : Int, : Int): [Video]
- # Languages filter is unused on contentId lookups
- #
- # Arguments
- # contentId: [Not documented]
- # languages: [Not documented]
- (: ID!, : [String]): Video
- # Arguments
- # epgPartnerProgramId: [Not documented]
- # languages: [Not documented]
- # page: [Not documented]
- # pageSize: [Not documented]
- (
- : String!,
- : [String],
- : Int,
- : Int
- ): [Video] @deprecated( reason: "Use `VideoByPartnerProgramId`" )
- # Arguments
- # genre: [Not documented]
- # languages: [Not documented]
- # page: [Not documented]
- # pageSize: [Not documented]
- (: String!, : [String], : Int, : Int): [Video]
- # Arguments
- # groupingId: [Not documented]
- # languages: [Not documented]
- # page: [Not documented]
- # pageSize: [Not documented]
- (
- : String!,
- : [String],
- : Int,
- : Int
- ): [Video]
- # Arguments
- # partnerProgramId: [Not documented]
- # languages: [Not documented]
- # page: [Not documented]
- # pageSize: [Not documented]
- (
- : String!,
- : [String],
- : Int,
- : Int
- ): [Video]
- # Arguments
- # seasonId: [Not documented]
- (: String!): [Video]
- # Arguments
- # seriesId: [Not documented]
- (: String!): [Video]
- # Arguments
- # seriesSlug: [Not documented]
- (: String!): [Video]
- # Arguments
- # resourceKey: [Not documented]
- (: String!): [VideoDetail]
- # Arguments
- # contentIds: A list of contentIds can be provided to
- # specifically query for a set of Videos.
- # category: The category (sport) that you would like to filter
- # videos by.
- # genre: The genre (sport) that you would like to filter videos
- # by. Genre & Category are synonymous.
- # groupingId: Retrieve Videos filtered by a groupingId that they
- # have been stamped with.
- # partnerProgramIds: Filter by one or more partnerProgramIds, a
- # unique ID provided by the partner which is consistent between Airings and VOD
- # assets related to those Videos.
- # seasonId: Filter Videos by a particular seasonID.
- # seriesId: Filter Videos by a particular seriesID.
- # seriesSlug: Filter Videos by a particular seriesSlug.
- # mediaId: Get Videos for a particular MediaId
- # languages: Filter the returned list of Videos by a language or
- # set of languages in hierarchical order of preference.
- # page: The page that the resulyou t set should begin with.
- # Defaulted to 1.
- # pageSize: The size of each page of results that are returned
- # back. Defaulted to 10.
- (
- : [String],
- : String,
- : String,
- : String,
- : [ID],
- : String,
- : String,
- : String,
- : ID,
- : [String],
- : Int,
- : Int
- ): [Video]
- }
link Require by
This element is not required by anyone