GetUserLiveChannelTag

From Gvp-public
Revision as of 06:55, 21 August 2015 by Id02256 (talk | contribs)
Jump to navigation Jump to search

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