The result will return a list of [[CatalogItem]] that could be one of these [[CatalogItemType]]. It can returns VoD, Live Contents and both.
The result is default ordered by the Default ( 0 ) [[SortType]] or sorted by a field specified in the request using [[SortType]] enumeration. A parameter SortOrder has been implemented in a way to order ascending or descending results as well.
In case the requested SortType is 0 (Default) or it is not set, [[gvp.api.neuromancer]] will order the results depending on the Channel LiveDefaultOrder and VoDDefaultOrder properties in the Channels Page. In case the Channel is configured with ContentType equals to Live, LiveDefaultOrder will be used; otherwise, VoDDefaultOrder will be taken into consideration. Default configuration in LiveDefaultOrder/VoDDefaultOrder orders the results by their IDs.
The result could be filtered by [[SubscriptionType]] and [[CatalogItemType]].