Changes

Jump to navigation Jump to search
no edit summary
{{Api_Method_Spec|
Description=Method provided by Blender as of TVOPEN 25.3Gets the multiple media URL for a movie (to be used on mediaroom)
Get a list of [[ItemTags]] objects, based on Resumes Service.|Parameters=
The user must be logged to use this method.
 
|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".
'''Example:'''
{
: <span style="color: #a11;">"OffsetStatusCode"</span>: <span style="color: #164;">0</span>,: <span style="color: #a11;">"LimitSeverity"</span>: <span style="color: #164;">1001</span>,: <span style="color: #a11;">"CountStatusMessage"</span>: <span style="color: #164;">6"OK"</span>,: <span style="color: #a11;">"ListContent"</span>: :: [ { <span style="color: #219;">Array Object of [[ItemTagsMediaUrlResult]] objects</span> ]}
}
 
|Exceptions=
* [[AuthenticationRequiredException]]* [[InvalidUserException]]* [[AuthenticationRequiredException]]* [[InvalidAdultFilterTypeException]]* [[InvalidTagTypeException]]* [[InvalidTypeFilterException]]* [[InvalidItemException]]* [[GutenTagException]]None
|Cache=
! Changes author
{{!}}- valign="top"
! 31.0
{{!}} Initial method design
{{!}} Jose Manuel Escartín{{!}}- valign="top"! 25.3{{!}} Migration to Blender API{{!}} Rafael Morón AbadHarley Cabral
{{!}}}
|SeeAlso=
}}
52

edits

Navigation menu