Metadata Ingestion APIsShelf and Feed APIsSubscriber Activity APIs

Review – update

API to update the review score of an item for a subscriber. Replace SUBSCRIBER_ID with the unique id of the subscriber and ASSET_ID with the unique id of the item to be re-rated.

Resource URL

PUT - /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.

Form Parameter

score
required
Double - Score value

Example Request URL

PUT - http://__JTV_HOST__/metax/2.1/activity/review/update/user@example.org/6111?score=2.4

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