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.