Editorial Services API
This API is used to access the weekly lists and the assets they contain (check out the IVA blog for examples of our lists). The API uses an Application Key obtained through Media Manager for paid subscribers or through our free developer program. Authentication is done in the same way as with Entertainment Express using OAuth 2.0. Certain features in the API response will be limited for users of the free service. For more information on our editorial services click here or contact sales. To see an example of our lists check out our blog.
Endpoints: These endpoints have been added to the Entertainment Express API
/GetEditorialLists
Returns a collection of Editorial ListsParameters: | ||
---|---|---|
appid (required) | Generate this ID either inside of Media Manager (Pro version) or you can use an appid from our free developer account(Standard version) | |
skip (integer) | Use this for paging through the results. Default is 0. | |
take (integer) | Use this for paging or to limit the number of lists that get returned. Default is 10. | |
includepublic (Boolean) | Default = True. ***only used for paid versions of Editorial Services. Allows you to exclude the public lists from the response. |
Example URL:
https://ee.internetvideoarchive.net/api/ExpressStandard/GetEditorialLists/?skip=0&take=10&appid=xyz
or
https://ee.internetvideoarchive.net/api/ExpressPro/GetEditorialLists/?skip=0&take=10&appid=xyz
/GetEditorialList
Returns a specific EditorialList by ID.Parameters: | ||
---|---|---|
appid (required) | Application key obtained through Media Manager (Pro Version) or from a free developer account (Standard). | |
ID (required) | Id of the specific list you want returned. |
Example URL:
https://ee.internetvideoarchive.net/api/ExpressStandard/GetEditorialList/30?appid=xyz
or
https://ee.internetvideoarchive.net/api/ExpressPro/GetEditorialList/30?appid=xyz