2,928 bytes added
, 09:17, 14 August 2015
{{Api_DataType_Spec
|Description=Represents a CatalogItem object. Catalog Item is generic object that it can be any types of CatalogItemType.
|Members=
{{{!}} border="2" style="width:800px" cellspacing="0" cellpadding="10"
{{!}}- style="background:#88ccff;font-size:110%"
! Field
! Data Type
! Description
{{!}}- valign="top"
! AgeRating
{{!}} String
{{!}}
{{!}}- valign="top"
! Cast
{{!}} String
{{!}}
{{!}}- valign="top"
! CatalogItemId
{{!}} int
{{!}}
{{!}}- valign="top"
! CatalogItemType
{{!}} [[CatalogItemType]]
{{!}}
{{!}}- valign="top"
! EndDate
{{!}} long
{{!}}
{{!}}- valign="top"
! ExtraMetadata
{{!}} Array of [[ExtraMetadataType]]
{{!}} Return an array of ExtraMetadataType with all value added with key:value
{{!}}- valign="top"
! Genres
{{!}} String
{{!}} Return a list of String separated by comma.
{{!}}- valign="top"
! Images
{{!}} Array of [[Image]] object
{{!}}
{{!}}- valign="top"
! ImageUrl
{{!}} String
{{!}}
{{!}}- valign="top"
! IsAdult
{{!}} bool
{{!}}
{{!}}- valign="top"
! Keywords
{{!}} String
{{!}}
{{!}}- valign="top"
! ProductType
{{!}} [[ProductType]]
{{!}}
{{!}}- valign="top"
! Quality
{{!}} [[Quality]]
{{!}}
{{!}}- valign="top"
! ResizableImages
{{!}} [[ImageType]]
{{!}}
{{!}}- valign="top"
! ShortDescription
{{!}} String
{{!}}
{{!}}- valign="top"
! StartDate
{{!}} long
{{!}}
{{!}}- valign="top"
! StatusDate
{{!}} long
{{!}}
{{!}}- valign="top"
! T9Title
{{!}} String
{{!}}
{{!}}- valign="top"
! Title
{{!}} String
{{!}}
{{!}}- valign="top"
{{!}}}
|Example=
:
{
"CatalogItemId": 28771,
"CatalogItemType": 1024,
"Title": "",
"Keywords": null,
"Cast": "",
"IsAdult": false,
"AgeRating": "L",
"T9Title": "",
"Genres": "Musical",
"Images": [
{
"ID": 818433,
"Url": "https://poster.gvp.telefonica.com/storagearea0/IMAGES/00/00/81/818433_EEE3A14993A6607F.png",
"Width": 600,
"Height": 882,
"Type": 1
},
{
"ID": 818434,
"Url": "https://poster.gvp.telefonica.com/storagearea0/IMAGES/00/00/81/818434_4FFD74858F901B61.jpg",
"Width": 70,
"Height": 102,
"Type": 1
}
],
"ImageUrl": null,
"ExtraMetadata": {
"Stars": "3",
"Audience": "0",
"ExternalUrl" : ""
},
"StartDate": 1385856000,
"EndDate": 1406764800,
"ShortDescription": "",
"ProductType": 6,
"Quality": 2
}
:
|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=
}}