|ParamRequired=required
|ParamDescription=A valid token for identifying the API session context and logged user.
}}
{{Api_Parameter|
ParamName=seriesId
|ParamType=int
|ParamRequired=required
|ParamDescription=
}}
{{Api_Parameter|
ParamName=startDate
|ParamType=int
|ParamRequired=required
|ParamDescription=Starting time period for the query (long int)
}}
{{Api_Parameter|
ParamName=endDate
|ParamType=int
|ParamRequired=required
|ParamDescription=Ending time period for the query (long int)
}}
{{Api_Parameter|
ParamName=liveChannelId
|ParamType=int
|ParamRequired=optional
|ParamDescription=Channel ID
}}
{{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
}}
|Returns=
Returns a JSON object with the list of [[Region]] series objects.
'''Example:'''
{
: Array of "StatusCode": 0,: "Severity": 1,: "StatusMessage": "OK",: "Content": {: "Offset": 0,: "Limit": 100,: "Count": 0,: "List": [[Region]] objects }
}
|Exceptions=
* None
|Cache=
This method is not cached.
|KnownIssues=
|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* [[UNIAPI_Specification#Epg_Service| Epg Service]] methods
}}