Metadata Ingestion APIsShelf and Feed APIsSubscriber Activity APIs

Favorites – list

Get the list of favorite items of a subscriber. Replace SUBSCRIBER_ID with the unique id of the subscriber to get the items that the user has favorited.

Resource URL

GET - /metax/2.1/activity/fav/{SUBSCRIBER_ID}

Header Paramater

Authorization
required
Bearer Access Token

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

Form Parameter

size
optional
'min' or 'max'. Determines how much information should be provided for each item. Min returns a small subset of tags for each item including Id, Title, Thumbnail. Specifying size='max' returns all tags associated with the item like cast, director, etc. Default value: min.

Example Request URL

GET - http://__JTV__HOST__/metax/2.1/activity/fav/user@example.org

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