Difference between revisions of "Image"
Jump to navigation
Jump to search
(Created page with "{{Api_DataType_Spec |Description=Image object represent an image with url and size information. Contains the type (icon, banner, or other) and the extension for the image as j...") |
|
| (One intermediate revision by the same user not shown) | |
(No difference)
| |
Latest revision as of 14:14, 8 February 2016
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
- SubscriptionType enumeration