Difference between revisions of "CatalogItem"

From Gvp-public
Jump to navigation Jump to search
Line 1: Line 1:
 
<div style="background-color:yellow;border:1px black solid">
 
<div style="background-color:yellow;border:1px black solid">
<div style="width:10%;float: left;">
+
<div style="width:30%;float: left;">
 
[[File:Infobox_info_icon.svg.png|40px]]
 
[[File:Infobox_info_icon.svg.png|40px]]
 
</div>
 
</div>
<div style="width:90%;padding:10px;">
+
<div style="width:97%;padding:10px;">
 
You are viewing the latest version of this item, according to <span style="font-weight:bold">/service3.0 (3.2)</span> signature. To access older versions of this object, access [[CatalogItem_3.0]]
 
You are viewing the latest version of this item, according to <span style="font-weight:bold">/service3.0 (3.2)</span> signature. To access older versions of this object, access [[CatalogItem_3.0]]
 
</div>
 
</div>
 
</div>
 
</div>
 
<img alt="Infobox info icon.svg.png" src="/gvp-public/images/thumb/7/71/Infobox_info_icon.svg.png/50px-Infobox_info_icon.svg.png" width="50" height="50" srcset="/gvp-public/images/thumb/7/71/Infobox_info_icon.svg.png/75px-Infobox_info_icon.svg.png 1.5x, /gvp-public/images/thumb/7/71/Infobox_info_icon.svg.png/100px-Infobox_info_icon.svg.png 2x">
 
 
 
  
  

Revision as of 10:22, 14 August 2015

Infobox info icon.svg.png

You are viewing the latest version of this item, according to /service3.0 (3.2) signature. To access older versions of this object, access CatalogItem_3.0


Represents a CatalogItem object. Catalog Item is generic object that it can be any types of CatalogItemType.

Members

Field Data Type Description
AgeRating String
Cast String
CatalogItemId int
CatalogItemType CatalogItemType
EndDate long
ExtraMetadata Array of ExtraMetadataType Return an array of ExtraMetadataType with all value added with key:value
Genres String Return a list of String separated by comma.
Images Array of Image object
ImageUrl String
IsAdult bool
Keywords String
ProductType ProductType
Quality Quality
ResizableImages ImageType
ShortDescription String
StartDate long
StatusDate long
T9Title String
Title String


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

}


Known issues

None


Version history

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


See also