Image

From Gvp-public
Revision as of 14:14, 8 February 2016 by Pcl245 (talk | contribs) (Undo revision 1682 by Pcl245 (talk))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Image object represent an image with url and size information. Contains the type (icon, banner, or other) and the extension for the image as jpg, png, etc.

Members

Field Data Type Description
ID int Unique identifier for the Subscription
Url String Source of the image on server.
Width int Number that represent the width size of the image
Height int Number that represent the height size of the image
Type int Enumeration that represent a kind of image is returned.
Ext String String that contains the extension of the image. (JPG, PNG, etc).


Example

{

"ID": 608053,
"Url": "http://media.gvp.telefonica.com/storagearea0/IMAGES/00/00/60/608053_46B487019AC7FF6A.jpg",
"Width": 140,
"Height": 206,
"Type": 1,
"Ext": ".jpg"

}


Known issues

None


Version history

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


See also