Template:Api DataType Spec
Jump to navigation
Jump to search
{{{Description}}}
Members
Field | Data Type | Description |
---|---|---|
TagValue | int | Movie ID (in the case of series it will be the ID of the "movie" object -of series type- referring the whole series) |
TagType | Array of [TagType] | Array of tags "active" for the object (for example, a movie may have tags "watched" + "completed" + "favorite") |
ResumeValue | int | It will contain the resume time value (for objects with "watched" started but not totally "completed"), or "-1" if completed.
|
TaggedContent | [SimpleMovie] |
|
|Example=
{
- "ID": 13939,
- "SeriesId": 0,
- "SeriesName": "",
- "SeasonId": 0,
- "SeasonNumber": 0,
- "Type": 1,
- "Title": "_Bem-vindo ao canal Adulto",
- "Duration": 60,
- "Year": 0,
- "AgeRating": {
- InstanceAgeRating 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": {
- }
}
Example
{{{Example}}}
Known issues
{{{KnownIssues}}}
Version history
{{{VersionHistory}}}
See also
{{{SeeAlso}}}