Metadata Ingestion APIsShelf and Feed APIsSubscriber Activity APIs

Related Movies Feed

This API returns a list of related movies.

Resource URL

GET - /metax/2.1/recos/similar/{ASSET_ID}

Header Paramater

Authorization
required
Bearer Access Token

NOTE: Access Token here refers to the access authorization token.

URL Parameter

ASSET_ID
required
Asset ID is the unique ID of an asset.

Form Parameter

subId
optional
Subscriber ID (e.g. user@example.org) If subscriber ID is present, then the details object may contain personalized info like pauseTime, isFavorite etc.
size
optional
Json size will be max or min.
device
optional
Type of the device. (e.g. roku, iphone, ipad, android-mobile, android-tab, web etc.) If this value is present, the MetaX will send the meta-data for that device only. (e.g. thumbnail

Example Request URL

GET - http://__JTV_HOST__/metax/2.1/recos/similar/NVGA1234567/?subid=__SUBSCRIBER__ID__&device=__JTV__DEVICE__CODE__&size=__JTV__JSON__SIZE__

Example Return

The response of a invalid authorization access call ( Status #401) will look as follows:-

To see how to get access token - (see Getting Access Tokens)

The response of an ERROR in authorization access call ( Status #404) will look as follows:-

HTTP Status 404