GetUserLiveChannelTag
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 |
3.2 | Method deprecated | Francisco Milagro |
See also
- LiveChannel object type
- TagType enum
- Epg Service methods