1,369 bytes added
, 17:53, 9 June 2014
{{Api_DataType_Spec
|Description=Represents a Genre object. Genre object has the information about the Genre with the ID that is the unique number to reprint that and the title that is the description of the genre. Genre is used usually to classify the content and it can be assigned in many genre. This value is used in the Content Criteria to list the content in a specific channel.
|Members=
{{{!}} border="2" style="width:800px" cellspacing="0" cellpadding="10"
{{!}}- style="background:#88ccff;font-size:110%"
! Field
! Data Type
! Description
{{!}}- valign="top"
! ID
{{!}} int
{{!}} A unique id to identify a genre.
{{!}}- valign="top"
! Title
{{!}} String
{{!}} Name of the Genre.
{{!}}- valign="top"
{{!}}}
|Example=
<syntaxhighlight lang="javascript">
{
: List: [
:: {
:: "ID": 1,
:: "Title": "Action"
:: },
:: {
:: "ID": 2,
:: "Title": "Adventure"
:: },
:: {
:: "ID": 3,
:: "Title": "Drama"
:: },
: ]
}
</syntaxhighlight>
|KnownIssues=
None
|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 data type implementation
{{!}} Harley Cabral
{{!}}- valign="top"
{{!}}}
|SeeAlso=
}}