Changes

Jump to navigation Jump to search
Created page with "{{Api_Method_Spec| Description=Returns the list of TV Technologies (as a list of TVTechnology objects) defined in the system for a given region. |Parameters= {{Api_Parameter..."
{{Api_Method_Spec|
Description=Returns the list of TV Technologies (as a list of [[TVTechnology]] objects) defined in the system for a given region.

|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=regionId
|ParamType=int
|ParamRequired=required
|ParamDescription=Region ID
}}

|Returns=
Returns a JSON object with the list of [[TVTechnology]] objects.

'''Example:'''

{
: Array of [[TVTechnology]] objects
}


|Exceptions=
* [[StatusCode#InvalidRegionException|InvalidRegionException]]: if the provided region does not 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=
* [[ChannelMap]] object type
* [[Region]] object type
* [[UNIAPI_Specification#Epg_Service| Epg Service]] methods
}}

Navigation menu