Genre

From Gvp-public
Revision as of 17:53, 9 June 2014 by Rcalvo (talk | contribs) (Created page with "{{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 t...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

Field Data Type Description
ID int A unique id to identify a genre.
Title String Name of the Genre.


Example

{
:   List: [
::      {
::        "ID": 1,
::        "Title": "Action"
::      },
::      {
::        "ID": 2,
::        "Title": "Adventure"
::      },
::      {
::        "ID": 3,
::        "Title": "Drama"
::      },
:   ]
}


Known issues

None


Version history

API Version Number Change description Changes author
1.0 Initial data type implementation Harley Cabral


See also