GetList – Multiple Recommended Items

This API returns a list of recommended items for a subscriber. Replace SUBSCRIBER_ID with the unique id of the subscriber to get the recommendations. The return values are sorted in descending order with the first-item being the most highly recommended item for the user.

Resource URL

GET - /GetList/{SUBSCRIBER_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
items
optional
This is a comma-separated list of items for which the recommendation ratings are returned. By default, ratings for all items are returned.
limit
optional
The maximum number of recommendations to return for the user. By default, all available ratings are returned.

Example Request URL

GET - http://__JTV_HOST__/GetList/user@example.org?algo=user_tag&items=NNVG10006424,MABXYZ123,NABC1234567

Example Return