Difference between revisions of "ContentType"

From Gvp-public
Jump to navigation Jump to search
(Created page with "{{Api_Enum_Spec| Description=Enum that indicates the sub-catalog to retrieve recommendations from (Subscrition or transactional). |Values= {{{!}} border="2" style="width:800p...")
 
 
Line 1: Line 1:
 
{{Api_Enum_Spec|
 
{{Api_Enum_Spec|
Description=Enum that indicates the sub-catalog to retrieve recommendations from (Subscrition or transactional).
+
Description= Enum that indicates the content type of the recommendation.
  
 
|Values=
 
|Values=
Line 13: Line 13:
 
! 0
 
! 0
 
{{!}} Any
 
{{!}} Any
{{!}} Transactional or subscription (hired by the user). Default for getNodeRecommendations and GetFullView
+
{{!}} It returns both Movie and Series
 
{{!}}- valign="top"
 
{{!}}- valign="top"
  
 
! 1
 
! 1
 
{{!}} Subscription
 
{{!}} Subscription
{{!}} Contents from subscriptions rented by the user (and inside the subscription sub-catalog). Default for GetRotRecommendationsCombined and GetRootREcommendationsByView
+
{{!}} Used for movies
 
{{!}}- valign="top"
 
{{!}}- valign="top"
  
 
! 2
 
! 2
 
{{!}} Transactional
 
{{!}} Transactional
{{!}} Contents from transactional sub-catalog
+
{{!}} Used for TV series
 
{{!}}- valign="top"
 
{{!}}- valign="top"
  

Latest revision as of 09:08, 4 September 2014

Enum that indicates the content type of the recommendation.

Values

Value Name Details
0 Any It returns both Movie and Series
1 Subscription Used for movies
2 Transactional Used for TV series


Known issues

None


Version history

API Version Number Change description Changes author
2.3 Initial method design OpenGvp


See also