This API returns a list of Marquee banners.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
[ { id: "CEG1004444444", title: "Streets of Hope", type: "vod", thumbnail: "http://pmd307308tn.pm.download.test.com/thumbnail/Cinedigm_-_Dove/771/155/CEG10019894_157x236.jpg", subscriber_type: "paid", description: "Santos and Reverend Minassian live in two very different worlds and yet, by the grace of God, their paths collide, greatly changing both of their lives in the process.", rating: "pg-13", duration: 6232769, cuepoints: "0,600,1200,1800,2400,3000,3600,4200,4800,5400,6000", avg_review: 4, ageGroups: "Ages 12 and Over", metax_added_on: 1486467002849, banner: "http://pmd307308tn.pm.download.test.com/thumbnail/Client/771/155/Streets%20of%20Hope_Web_2200x825.jpg" }, { id: "Now", title: "NOW", type: "vod", thumbnail: "http://pmd307308tn.pm.download.test.com/thumbnail/client/906/979/Now_157x236.jpg", subscriber_type: "paid", description: "Santos and Reverend Minassian live in two very different worlds and yet, by the grace of God, their paths collide, greatly changing both of their lives in the process.", rating: "pg-13", duration: 6232769, cuepoints: "0,600,1200,1800,2400,3000,3600,4200,4800,5400,6000", avg_review: 4, ageGroups: "Ages 12 and Over", metax_added_on: 1486467002849, banner: "http://pmd307308tn.pm.download.test1.com/thumbnail/Client/771/155/Streets%20of%20Hope_Web_2200x825.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