OpenTV ENTera & OpenTV Platform Documentation
25.52_Q4 25.26_Q2 25.12_Q1 24.50_Q4 24.38_Q3 24.26_Q2 23.50_Q4 23.24_Q2 23.12_Q1 22.50_Q4 22.38_Q3 22.24_Q2
25.52_Q4 25.26_Q2 25.12_Q1 24.50_Q4 24.38_Q3 24.26_Q2 23.50_Q4 23.24_Q2 23.12_Q1 22.50_Q4 22.38_Q3 22.24_Q2

Get recommendation types (Recommendations Façade with XroadMedia NCanto)

Request

To the recommendation types that are supported by the configured recommendation engine, send a GET request to:

/recommendations/operator/v1/recommendationtypes

Headers

  • Content-Type: application/json

  • Authorization – the token obtained from IAS at signon

Response

A successful request returns an HTTP 200 status.

A bad request returns an HTTP 400 status.

An unauthorised request returns an HTTP 500 status.

Example

A successful request returns a payload that looks like this:

[
  "latest-movies",
  "most-watched",
  "todays-catchup",
  "xmas-favourites"
]

See also

For full details of this API, see Content Discovery Gateway (CDG) API documentation.