SimpleMovie

From Gvp-public
Revision as of 18:10, 3 September 2014 by Rcalvo (talk | contribs)
Jump to navigation Jump to search

SimpleMovie is an object that represent a Movie registered in the platform to get all data information about a movie. Similar to Movie object, this method doesn't has user data information as CanWatch o Access rights, so this object is a bit more fast then Movie object when return in method.

Members

Field Data Type Description
AgeRating InstanceAgeRating
AvailableForThisDevice bool
AvailableForThisDeviceInHD bool
AvailableForThisDeviceInSD bool
ChildrenCount int
CommercializationType CommercializationType
Distributor Distributor
Duration int
Genres Genre
ID int
Images Array of Image
IsDtp bool
Medias Media
OrderEpisode int
PlaybackAccess PlaybackRight
Producer Producer
RequiresPin bool
ResizableImages Array of Image
SeasonId int
SeriesId int
ShortDescription String
Stars double
Subtitles Subtitle
Title String
Type MovieType
Views int
Year int


Example

{

"ID": 13939,
"SeriesId": 0,
"SeasonId": 0,
"Type": 1,
"Title": "_Bem-vindo ao canal Adulto",
"Duration": 60,
"Year": 0,
"AgeRating": {
AgeRating object
},
"Subtitles": [
Array of Subtitle object
],
"Genres": [
Array of Genre objects
],
"Stars": 2.81818181818182,
"Views": 235,
"ShortDescription": "Bem-vindo ao canal ...",
"Images": [
Array of Image object
],
"ResizableImages": [
Array of Image object
],
"RequiresPin": true,
"ChildrenCount": 0,
"Medias": [
Array of Media
],
"AvailableForThisDevice": true,
"AvailableForThisDeviceInHD": true,
"AvailableForThisDeviceInSD": true,
"OrderEpisode": 0,
"PlaybackAccess": 2,
"IsDtp": false,
"Distributor": {
Distributor object
},
"CommercializationType": 4,
"Producer": {
Producer
}

}


Known issues

None


Version history

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


See also