Difference between revisions of "GetUserLiveChannelTag"

From Gvp-public
Jump to navigation Jump to search
(Created page with "{{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 tru...")
 
Line 1: Line 1:
 +
{{Deprecated|Message=This method has been deprecated in GVP 3.2. Please use [[method]] instead}}
 +
 
{{Api_Method_Spec|
 
{{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.
 
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.
Line 53: Line 55:
 
{{!}} Initial method design
 
{{!}} Initial method design
 
{{!}} Harley Cabral
 
{{!}} Harley Cabral
 +
{{!}}-
 +
! 3.2
 +
{{!}} Method deprecated
 +
{{!}} Francisco Milagro
 
{{!}}}
 
{{!}}}
  

Revision as of 06:55, 21 August 2015

Warning.png

This method has been deprecated in GVP 3.2. Please use method instead


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 definition for more details.

Parameters

  • token (String, required)
A valid token for identifying the API session context and logged user.
  • liveChannelId (int, required)
Live Channel ID
  • tagType (TagType enum (int), required)
Tag type ID


Returns

Returns a JSON object including the boolean result.

Example:

{

"StatusMessage": "OK",
"Content": false

}


Exceptions

  • None


Caching

This method is not cached.


Known issues

None


Version history

API Version Number Change description Changes author
1.0 Initial method design Harley Cabral
3.2 Method deprecated Francisco Milagro


See also