1,292 bytes added
, 15:22, 2 June 2014
{{Api_Method_Spec|
Description=Determines whether a Live Channel has the provided tag type (a tag type can be something like "Favorite", "Watched", "Locked", etc.), returning true/false. See [[TagType|TagType]] definition for more details.
|Parameters=
{{Api_Parameter|
ParamName=token
|ParamType=String
|ParamRequired=required
|ParamDescription=A valid token for identifying the API session context and logged user.
}}
{{Api_Parameter|
ParamName=liveChannelId
|ParamType=int
|ParamRequired=required
|ParamDescription=Live Channel ID
}}
{{Api_Parameter|
ParamName=tagType
|ParamType=[[TagType|TagType]] enum (int)
|ParamRequired=required
|ParamDescription=Tag type ID
}}
|Returns=
Returns a JSON object including the boolean result.
'''Example:'''
{
: "StatusMessage": "OK",
: "Content": false
}
|Exceptions=
* None
|Cache=
This method is not cached.
|KnownIssues=
None
|VersionHistory=
{{{!}} border="2" style="width:800px;" cellpadding="5" cellspacing="0"
{{!}}- style="background:#88ccff;font-size:110%"
! API Version Number
! Change description
! Changes author
{{!}}- valign="top"
! 1.0
{{!}} Initial method design
{{!}} Harley Cabral
{{!}}}
|SeeAlso=
* [[LiveChannel]] object type
* [[TagType|TagType]] enum
* [[UNIAPI_Specification#Epg_Service| Epg Service]] methods
}}