Description=Returns the list of live schedules (as array of [[EpgLiveSchedule]] objects) for the provided list of schedules (IDs), adult filter and program type filter. It is also possible to restrict the list of results to only include "highlighted" (rating > 0) contents, and to sort the schedule lists by rating value (descending)..
|Parameters=
|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|
|ParamRequired=optional
|ParamDescription=If true, only "highlighted" contents (rating>0) are returned (default = false)
}}
{{Api_Parameter|
ParamName=highlightsSorting
|ParamType=[[HighlightsSorting]]
|ParamRequired=optional
|ParamDescription=Sorting criteria (default = 0; contents/schedules are not sorted by rating)
}}
|Returns=
Returns a JSON object with a an array list of [[EpgLiveSchedule]].
'''Example:'''
{
: "Offset": 0,
: "Limit": 10,
: "Count": 48,
: [ Array of [[EpgLiveSchedule]] objects ]
}
{{!}} Harley Cabral
{{!}}- valign="top"
! 3.12{{!}} Included parameters for program_type and highlights filtering; No longer a paginated list, and highlights sortingjust an array {{!}} Jose A. JiménezFrancisco Milargo