GenreService

Endpoint Metadata

  • Namespace: http://videoscape.cisco.com/epg/webservices/genre
  • Endpoint Name: GenreWebService
  • Endpoint Address: http(s)://{VMS URL}/LinearManager/webservices/genre-service

The following methods are available on this endpoint:

findGenres

Retrieve a paged list of genres related to the given locale or all genres if locale is not specified.

Input Parameters

name type description
localeStr string Locale string for which genres to fetch (if localeStr is null, returns all genres) according to ISO 639-1 and ISO 3166-1 (e.g. en_US, de_DE etc.)

Return Value

type description
list<Genre> genre list

Faults

name description
GenreWebServiceFault Thrown if any exception is encountered.