<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wikis.tid.es/gvp-public/index.php?action=history&amp;feed=atom&amp;title=GetLiveChannelsCatalogItems</id>
	<title>GetLiveChannelsCatalogItems - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wikis.tid.es/gvp-public/index.php?action=history&amp;feed=atom&amp;title=GetLiveChannelsCatalogItems"/>
	<link rel="alternate" type="text/html" href="https://wikis.tid.es/gvp-public/index.php?title=GetLiveChannelsCatalogItems&amp;action=history"/>
	<updated>2026-04-09T09:28:06Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.0</generator>
	<entry>
		<id>https://wikis.tid.es/gvp-public/index.php?title=GetLiveChannelsCatalogItems&amp;diff=124&amp;oldid=prev</id>
		<title>Id02256: Created page with &quot;{{Api_Method_Spec| Description=Returns the list of catalog items (as an array of CatalogItems objects) of a live channel, according to the movie sort criterion an...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wikis.tid.es/gvp-public/index.php?title=GetLiveChannelsCatalogItems&amp;diff=124&amp;oldid=prev"/>
		<updated>2014-06-02T15:16:35Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{Api_Method_Spec| Description=Returns the list of catalog items (as an array of &lt;a href=&quot;/gvp-public/index.php?title=CatalogItem&quot; title=&quot;CatalogItem&quot;&gt;CatalogItems&lt;/a&gt; objects) of a live channel, according to the movie sort criterion an...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Api_Method_Spec|&lt;br /&gt;
Description=Returns the list of catalog items (as an array of [[CatalogItem|CatalogItems]] objects) of a live channel, according to the movie sort criterion and type filter.&lt;br /&gt;
&lt;br /&gt;
|Parameters=&lt;br /&gt;
{{Api_Parameter|&lt;br /&gt;
ParamName=token&lt;br /&gt;
|ParamType=String&lt;br /&gt;
|ParamRequired=required&lt;br /&gt;
|ParamDescription=A valid token for identifying the API session context and logged user.&lt;br /&gt;
}}&lt;br /&gt;
{{Api_Parameter|&lt;br /&gt;
ParamName=liveChannelId&lt;br /&gt;
|ParamType=int&lt;br /&gt;
|ParamRequired=required&lt;br /&gt;
|ParamDescription=Live Channel ID&lt;br /&gt;
}}&lt;br /&gt;
{{Api_Parameter|&lt;br /&gt;
ParamName=typeFilter&lt;br /&gt;
|ParamType=String&lt;br /&gt;
|ParamRequired=optional&lt;br /&gt;
|ParamDescription=Type filter&lt;br /&gt;
}}&lt;br /&gt;
{{Api_Parameter|&lt;br /&gt;
ParamName=sort&lt;br /&gt;
|ParamType=[[MovieSortType|MovieSortType]] type&lt;br /&gt;
|ParamRequired=optional&lt;br /&gt;
|ParamDescription=Content sort type&lt;br /&gt;
}}&lt;br /&gt;
{{Api_Parameter|&lt;br /&gt;
ParamName=offset&lt;br /&gt;
|ParamType=int&lt;br /&gt;
|ParamRequired=optional&lt;br /&gt;
|ParamDescription=Index of the initial result of the list, begins with 0&lt;br /&gt;
}}&lt;br /&gt;
{{Api_Parameter|&lt;br /&gt;
ParamName=limit&lt;br /&gt;
|ParamType=int&lt;br /&gt;
|ParamRequired=optional&lt;br /&gt;
|ParamDescription=Quantity of results showed, with the maximum of 100&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|Returns=&lt;br /&gt;
Returns a JSON object with a list of [[CatalogItem|CatalogItems]].&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Example:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
{&lt;br /&gt;
:   &amp;quot;Offset&amp;quot;: 0,&lt;br /&gt;
:    &amp;quot;Limit&amp;quot;: 10,&lt;br /&gt;
:    &amp;quot;Count&amp;quot;: 48,&lt;br /&gt;
:     [ Array of [[CatalogItem|CatalogItems]] objects ]&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|Exceptions=&lt;br /&gt;
* None&lt;br /&gt;
&lt;br /&gt;
|Cache=&lt;br /&gt;
This method is not cached.&lt;br /&gt;
&lt;br /&gt;
|KnownIssues=&lt;br /&gt;
None&lt;br /&gt;
&lt;br /&gt;
|VersionHistory=&lt;br /&gt;
{{{!}} border=&amp;quot;2&amp;quot; style=&amp;quot;width:800px;&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; &lt;br /&gt;
{{!}}-  style=&amp;quot;background:#88ccff;font-size:110%&amp;quot; &lt;br /&gt;
! API Version Number&lt;br /&gt;
! Change description&lt;br /&gt;
! Changes author&lt;br /&gt;
{{!}}- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
! 1.0&lt;br /&gt;
{{!}} Initial method design&lt;br /&gt;
{{!}} Harley Cabral&lt;br /&gt;
{{!}}}&lt;br /&gt;
&lt;br /&gt;
|SeeAlso=&lt;br /&gt;
* [[EpgLiveProgram]] object type&lt;br /&gt;
* [[LiveChanne|LiveChannel]] object type&lt;br /&gt;
* [[CatalogItem|CatalogItems]] object type&lt;br /&gt;
* [[MovieSortType|MovieSortType]] type&lt;br /&gt;
* [[UNIAPI_Specification#Epg_Service| Epg Service]] methods&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Id02256</name></author>
		
	</entry>
</feed>