EditorialContent
Jump to navigation
Jump to search
Editorial Content is an object that represents all editorial information that were retrieve from a Channel, unifying all functionality.
Members
| Field | Data Type | Description |
|---|---|---|
| ID | int | Editorial content id |
| Name | String | The name of the editorial content |
| Url | String | Taken from URL column in the Editorial Content info |
| Description | String | Taken from Description column in the Editorial Content info |
| Keywords | String | Taken from Keywords column in the Editorial Content info |
| CatalogItemType | int of CatalogItemType | Property taken from object linked to the Editorial Content (0 if there is no catalog item related to the editorial content, just a banner) |
| CatalogItemId | int | Property taken from object linked to the Editorial Content (0 if there is no catalog item related to the editorial content, just a banner) |
| ResizableImages | Array of Image | It will only return the image matching the request deviceType, else it will use the default one (if exists). Thumbbox will not be used. |
| EventStartDate | Long | Timestamp that represents a date of event start. |
Example
{
- "ID": 64,
- "Name": "RecomendadoUX1",
- "Url": "",
- "Description": "",
- "Keywords": "",
- "CatalogItemType": 1,
- "CatalogItemId": 565,
- "ResizableImages": [
- {
- Array of Image
- }
- {
- ],
- "EventStartDate": 0
}
Known issues
None
Version history
| API Version Number | Change description | Changes author |
|---|---|---|
| 3.0 | Initial data type implementation | Ricardo Calvo |