Metadata Ingestion APIsShelf and Feed APIsSubscriber Activity APIs

Review – list

Get the list of items that a subscriber has already reviewed. Replace SUBSCRIBER_ID with the unique id of the subscriber to get the reviewed items.

Resource URL

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

Header Paramater

Authorization
required
Bearer Access Token

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

URL Parameter

SUBSCRIBER_ID
required
Subscriber ID is the unique Id of the user.

Example Request URL

GET - http://__JTV__HOST__/metax/2.1/activity/review/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