Changes

Jump to navigation Jump to search
Created page with "{{Api_Method_Spec| Description=Returns a list (as an array of LiveChannelStreams objects) of live channel streams for the provided Live Channel IDs and str..."
{{Api_Method_Spec|
Description=Returns a list (as an array of [[LiveChannelStreams|LiveChannelStreams]] objects) of live channel streams for the provided Live Channel IDs and streaming type.

|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=liveChannelIds
|ParamType=array of ints
|ParamRequired=required
|ParamDescription=List of Live Channel ID
}}
{{Api_Parameter|
ParamName=streamingType
|ParamType=[[StreamingType|StreamingType]]
|ParamRequired=optional
|ParamDescription=Requested Streaming type
}}

|Returns=
Returns a JSON object with the array of [[LiveChannelStreams|LiveChannelStreams]].

'''Example:'''

{
: [ Array of [[LiveChannelStreams|LiveChannelStreams]] objects ]
}


|Exceptions=
* None


|Cache=
This method is 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=
* [[LiveChannel]] object type
* [[LiveStream|LiveStream]] type
* [[StreamingType|StreamingType]] type
* [[LiveChannelStreams|LiveChannelStreams]] type
* [[Quality|Quality]] type
* [[UNIAPI_Specification#Epg_Service| Epg Service]] methods
}}

Navigation menu