Changes

Jump to navigation Jump to search
Created page with "{{Api_Method_Spec| Description=Returns a live channel (object LiveChannel) by its Call Letter Note: All methods returning channel lists are ordered by ChannelNumber and ID. ..."
{{Api_Method_Spec|
Description=Returns a live channel (object [[LiveChannel]]) by its Call Letter

Note: All methods returning channel lists are ordered by ChannelNumber and ID. That way it makes it easier
for clients implementing channel up and down functionality based on channel lists

|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=liveChannelCallLetter
|ParamType=String
|ParamRequired=required
|ParamDescription=Live Channel Call Letter
}}
{{Api_Parameter|
ParamName=adultFilter
|ParamType=[[AdultFilterType]]
|ParamRequired=optional
|ParamDescription=Adult filter to apply to the list (default = all)
}}


|Returns=
Returns a JSON object with the [[LiveChannel]].

'''Example:'''

{
: [[LiveChannel]] object
}


|Exceptions=
* [[StatusCode#InvalidLiveChannelException|InvalidLiveChannelException]]: If the liveChannelId provided doesn't exist.

|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
* [[AdultFilterType]] object type
* [[UNIAPI_Specification#Epg_Service| Epg Service]] methods
}}

Navigation menu