GetItem – Rating for Single Item

This API returns the recommendation weight for a single item for a subscriber. Replace SUBSCRIBER_ID with the subscriber’s unique id and ASSET_ID with the asset’s unique id in order to get the recommendation weight for that item for the given user. The returned ratings are on a scale of 1-100 with 1 being the lowest and 100 the highest.

Resource URL

GET - /GetItem/{SUBSCRIBER_ID}/{ASSET_ID}

Form Parameter

algo
required
Recommendation service stores recommended items along with the recommendation weights for each subscriber as computed by different algorithms.
This parameter determines the algorithm according to which the returned recommendations are computed.
Valid values are:
  • cf_item
  • cf_tag
  • user_tag
  • user_item

Example Request URL

GET - http://__JTV_HOST__/GetItem/user@example.org/NNVG10006424?algo=user_tag

Example Return