The API returns a JSON object containing metadata for a particular item as determined by the value of ASSET_ID.
1 2 3 4 5 6 7 8 9 10 11 |
{ 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", description: "A football player at Rosedale High School is amorous of one of the cheerleaders, who is going with another guy. Another player can't decide which of two cheerleaders he wants to be with. Meanwhile, the Big Game with Hardin High School is approaching, and a prank war is in full swing.", pub_year: "1976", duration: 89000, cuepoints: "0", avg_review: 5 } |
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