Changes

Jump to navigation Jump to search
Created page with "{{Api_Method_Spec| Description=Returns the list of live channels playback (as array of LiveChannelsPlayback objects), according to the playback type and ..."
{{Api_Method_Spec|
Description=Returns the list of live channels playback (as array of [[LiveChannelsPlayback|LiveChannelsPlayback]] objects), according to the playback type and adult filter.

|Parameters=
{{Api_Parameter|
ParamName=token
|ParamType=String
|ParamRequired=required
|ParamDescription=A valid token for identifying the API session context and logged user.
}}
{{Api_Parameter|
ParamName=offset
|ParamType=int
|ParamRequired=optional
|ParamDescription=Index of the initial result of the list, begins with 0
}}
{{Api_Parameter|
ParamName=limit
|ParamType=int
|ParamRequired=optional
|ParamDescription=Quantity of results showed, with the maximum of 100
}}
{{Api_Parameter|
ParamName=playbackType
|ParamType=[[PlaybackType|PlaybackType]]
|ParamRequired=optional
|ParamDescription=Playback type
}}
{{Api_Parameter|
ParamName=adultFilter
|ParamType=[[AdultFilterType|AdultFilterType]]
|ParamRequired=optional
|ParamDescription=Adult filter to apply to the list (default = all)
}}

|Returns=
Returns a JSON object with a list of [[LiveChannelsPlayback]].

'''Example:'''

{
: "Offset": 0,
: "Limit": 10,
: "Count": 48,
: [ Array of [[LiveChannelsPlayback]] objects ]
}


|Exceptions=
* None

|Cache=
This method is not cached.

|KnownIssues=
None

|VersionHistory=
{{{!}} border="2" style="width:800px;" cellpadding="5" cellspacing="0"
{{!}}- style="background:#88ccff;font-size:110%"
! API Version Number
! Change description
! Changes author
{{!}}- valign="top"
! 1.0
{{!}} Initial method design
{{!}} Harley Cabral
{{!}}}

|SeeAlso=
* [[EpgLiveProgram]] object type
* [[LiveChannelsPlayback|LiveChannelsPlayback]] object type
* [[PlaybackType|PlaybackType]] enumeration
* [[AdultFilterType|AdultFilterType]] enumeration
* [[UNIAPI_Specification#Epg_Service| Epg Service]] methods
}}

Navigation menu