Description=Method provided by Blender as of TVOPEN 25Gets the multiple media URL for a movie for the STB.3
Get a list According to the decomission of [[ItemTags]] objectsTransparent Catchup during the migration, based on Resumes Servicein Monalisa, when the commercialization type of the movie (matching input parameter movieId) is TransparentCatchup, Blender will answer with Http Code: 200 and StatusCode -3 and StatusMessage:"Transparent Catchup is Not Implemented".
The user must be logged to use this method{ "StatusCode": -3, "Severity": 3, "StatusMessage": "Not implemented.", "Content": null}
|Parameters=
{{Api_Parameter|
ParamName=token
|ParamType=String
|ParamRequired=required
|ParamDescription=A valid token for identifying the API session context. Anonymous access is not allowedThe token can be anonymous or logged.
}}
{{Api_Parameter|
ParamName=offsetmovieId
|ParamType=int
|ParamRequired=optionalrequired|ParamDescription=Index of The movie id that represent an movie registered and available on the initial result of the list, begins with 0instance.
}}
{{Api_Parameter|
ParamName=limitmediaId
|ParamType=int
|ParamRequired=optionalrequired|ParamDescription=Quantity of results showed, with An id from media id that represents the maximum of 100}}{{Api_Parameter|ParamName=ItemTypeFilter|ParamType=[[ItemType]] (int)|ParamRequired=optional|ParamDescription=Defines media from a [[ItemType]] filter, to filter the results depending on the movie type value. }}{{Api_Parameter|ParamName=adultFilter|ParamType=[[AdultFilterType]] (int)|ParamRequired=optional|ParamDescription=[[AdultFilterType]] enum to filter the result required. The default value is NonAdultOnly.}}{{Api_Parameter|ParamName=tagType|ParamType=Array of [[TagType]]|ParamRequired=optional|ParamDescription=Allows to filter the tag results depending on the TagType. The operator is able to introduce a comma separated list of TagTypes. Contents having ANY (OR operator) of the tags will be included in results.}}{{Api_Parameter|ParamName=ItemIds|ParamType=List of comma separated values of ItemIds|ParamRequired=optional|ParamDescription=Allows to filter the results depending on the Movie IDs (Comma separated list). It can only be used if one specific ItemType is selected (to avoid collisions)
}}
|Returns=
Returns a JSON object containing an array of a [[ItemTagsMediaUrlResult]] '''Objects are sorted by the most recent date of (any) tag creation'''. This is: the first item to be returned will be the movie with the most recent tag "event".