All Media Data
The Media API also exposes an Endpoint "allmedia", that is able to handle Results from multiple Streamtypes at once. Above all, it is very usefull for Union Queries, where multiple Streamtype Results should be ordered. It is also heavily connected to the "GlobalID" System, which gives every Media Element a global, unique ID, without the need for a Streamtype.
The All Media Endpoint accepts (mostly) all Parameters of the Standard Media Endpoints - streamtype specific Parameters and Output Modifiers are not supported.
Each All Media API Endpoint supports the special Query Parameter "selectedStreamtypes". With this Parameter, the calling Domain can control, what kind of Media shall be returned. It it is omitted, all possible Media Items will be returned.
The All Media API supports most of the default Media API Endpoints in exactly the same Way with the same Parameters - except the Need for a Streamtype.
Single Item Call
This API Calls will return only one the referenced Item (if available and accessible with the calling Domain). The Result Set Format will be an Object.
/byglobalid
GET
https://api.nexx.cloud/v3.1/allmedia/byglobalid/:globalid
Path Parameters
Default Item List Calls
/all
GET
https://api.nexx.cloud/v3.1/allmedia/all
/latest
GET
https://api.nexx.cloud/v3.1/allmedia/latest
returns "all" Items, sorted by Creation Date (ignores the "order" Parameters).
/picked
GET
https://api.nexx.cloud/v3.1/allmedia/picked
returns all "picked" Items (ignores the "order" Parameter).
/evergreens
GET
https://api.nexx.cloud/v3.1/allmedia/evergreens
returns all "Evergreen" Items.
/forkids
GET
https://api.nexx.cloud/v3.1/allmedia/forkids
returns all Items, marked as "created for Kids". This is NOT connected to any Age Restriction.
/withawards
GET
https://api.nexx.cloud/v3.1/allmedia/withawards
returns all Items, thave have been added Awards to
/byquery
GET
https://api.nexx.cloud/v3.1/allmedia/byquery/:query
performs a regular Query on all Items. The "order" Parameters are ignored, if querymode is set to "fulltext".
Path Parameters
Query Parameters
/random
GET
https://api.nexx.cloud/v3.1/allmedia/random
/topslider
GET
https://api.nexx.cloud/v3.1/allmnedia/topslider
returns all Items, currently in the TopSlider of a nexxNEON Domain.
/mostactive
GET
https://api.nexx.cloud/v3.1/allmedia/mostactive
"mostactive" refers to the Number of "Views" of each Media Item. The "order" Parameters will be ignored.
Query Parameters
/mostactiveexternal
GET
https://api.nexx.cloud/v3.1/allmedia/mostactiveexternal
"mostactive" refers to the Number of "Views" of each Media Item (on external Platforms). The "order" Parameters will be ignored.
Query Parameters
Reference Item List Calls
/bytag
GET
https://api.nexx.cloud/v3.1/allmedia/bytag/:tag
Path Parameters
/byperson
GET
https://api.nexx.cloud/v3.1/allmedia/byperson/:person
Path Parameters
/bypersonid
GET
https://api.nexx.cloud/v3.1/allmedia/bypersonid/:personid
Path Parameters
/byshow
GET
https://api.nexx.cloud/v3.1/allmedia/byshow/:show
Path Parameters
/byshowid
GET
https://api.nexx.cloud/v3.1/allmedia/byshowid/:showid
Path Parameters
/byplace
GET
https://api.nexx.cloud/v3.1/allmedia/byplace/:place
Path Parameters
/byplaceid
GET
https://api.nexx.cloud/v3.1/allmedia/byplaceid/:placeid
Path Parameters
/byproduct
GET
https://api.nexx.cloud/v3.1/allmedia/byproduct/:product
Path Parameters
/byproductid
GET
https://api.nexx.cloud/v3.1/allmedia/byproductid/:productid
Path Parameters
/byfile
GET
https://api.nexx.cloud/v3.1/allmedia/byfile/:file
Path Parameters
/byfileid
GET
https://api.nexx.cloud/v3.1/allmedia/byfileid/:fileid
Path Parameters
/bystudio
GET
https://api.nexx.cloud/v3.1/allmedia/bystudio/:studioid
only available for Videos, Playlists and Sereis
Path Parameters
Last updated