GetUserLiveChannelTag

From Gvp-public
Revision as of 15:22, 2 June 2014 by Id02256 (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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


See also