Metadata Ingestion APIsShelf and Feed APIsSubscriber Activity APIs

Review – subscriber’s score

Get the review score given by the subscriber to an item. Replace SUBSCRIBER_ID with the unique id of the subscriber and ASSET_ID with the unique id of the item to retrieve the score.

Resource URL

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

Header Paramater

Authorization
required
Bearer Access Token

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

Example Request URL

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

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