Get the list of last watched items of a subscriber. Replace SUBSCRIBER_ID with the unique id of the subscriber to get the items that the user has lastly watched.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
[ { "id": "6147", "title": "Lost Wilderness", "type": "vod", "thumbnail": "http://demo.junctiontv.com/assets/images/movies/lost_wilderness_2015/small-cover.jpg" }, { "id": "6149", "title": "The Pom Pom Girls", "type": "vod", "thumbnail": "http://demo.junctiontv.com/assets/images/movies/the_pom_pom_girls_1976/small-cover.jpg" } ] |
1 2 3 4 5 |
{ result: "error", message: "UNAUTHORIZED", reason: "No Authorization Token" } |
To see how to get access token - (see Getting Access Tokens)
HTTP Status 404