Skip to main content
Skip table of contents

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:

CODE
/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:

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

See also

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



JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.