This API returns a list of subscribers to whom an item should be recommended. Replace ASSET_ID with the unique id of the item to get the recommendations. The return values are sorted in descending order with the first-item being the user who is most likely to like the item.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
[ { "id": "user1@example.org", "value": 2.2 }, { "id": "user2@example.org", "value": 1.5 }, { "id": "user3@example.org", "value": 1.3 } ] |