Difference between revisions of "SimpleMovie"
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
{{Api_DataType_Spec | {{Api_DataType_Spec | ||
| − | |Description= | + | |Description=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= | |Members= | ||
Revision as of 18:10, 3 September 2014
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": {
- }
}
Known issues
None
Version history
| API Version Number | Change description | Changes author |
|---|---|---|
| 1.0 | Initial data type implementation | Harley Cabral |