PersonalLiveChannel

From Gvp-public
Revision as of 11:05, 2 June 2014 by Id02256 (talk | contribs) (Created page with "{{Api_DataType_Spec |Description=Represents a Personal Live Channel object, modeling all the properties or fields associated with live (linear TV) channels. |Members= {{{!}} bo...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Represents a Personal Live Channel object, modeling all the properties or fields associated with live (linear TV) channels.

Members

Field Data Type Description
FavoriteLiveChannels array of int List of favorite Live Channels IDs
LastViewedLiveChannel int ID of the last live channel viewed by user
UserLiveChannels array of int List of user Live Channels IDs


Example

{

"UserLiveChannels": array of channel IDs,
"FavoriteLiveChannels": array of channel IDs,
"LastViewedLiveChannel": 235

}


Known issues

None


Version history

API Version Number Change description Changes author
1.0 Initial data type implementation


See also