Difference between revisions of "ExtraMetadata"
Jump to navigation
Jump to search
Line 13: | Line 13: | ||
! ChannelId | ! ChannelId | ||
− | {{!}} | + | {{!}} string |
{{!}} | {{!}} | ||
{{!}}- valign="top" | {{!}}- valign="top" | ||
! ChannelTitle | ! ChannelTitle | ||
− | {{!}} | + | {{!}} string |
{{!}} | {{!}} | ||
{{!}}- valign="top" | {{!}}- valign="top" | ||
! ProgramId | ! ProgramId | ||
− | {{!}} | + | {{!}} string |
{{!}} | {{!}} | ||
{{!}}- valign="top" | {{!}}- valign="top" | ||
Line 44: | Line 44: | ||
! CallLetter | ! CallLetter | ||
− | {{!}} | + | {{!}} string |
{{!}} | {{!}} | ||
{{!}}- valign="top" | {{!}}- valign="top" | ||
! ChannelNumber | ! ChannelNumber | ||
− | {{!}} | + | {{!}} sting |
{{!}} | {{!}} | ||
{{!}}- valign="top" | {{!}}- valign="top" | ||
! ActionUrl | ! ActionUrl | ||
− | {{!}} | + | {{!}} string |
{{!}} | {{!}} | ||
{{!}}- valign="top" | {{!}}- valign="top" | ||
! EpgChannelId | ! EpgChannelId | ||
− | {{!}} | + | {{!}} string |
{{!}} | {{!}} | ||
{{!}}- valign="top" | {{!}}- valign="top" |
Revision as of 11:57, 19 February 2016
You are accessing the latest version of this data type, according to /service3.0 (3.2) specification. To access older versions of this object, access ExtraMetatada_3.0
ExtraMetadata is an object with a different extra metadata depending on the CatalogItemType that is being returned.
Members
Field | Data Type | Description |
---|---|---|
ChannelId | string | |
ChannelTitle | string | |
ProgramId | string | |
Stars | int | |
Duration | int | |
Year | int | |
CallLetter | string | |
ChannelNumber | sting | |
ActionUrl | string | |
EpgChannelId | string | |
QualityAvailabity | int | |
Distributor | int | |
CommercializationType | int (enum) | The commercializationType of this catalogItem. Applies to CatalogItemType:
|
Subscriptions | Array of int | Array of Subscription IDs. Applies to CatalogItemType:
|
Trailers | Array of Trailers object (ID, Quality and PlayType). | Applies to CatalogItemType:
|
TransparentProvider | int (enum) | NEW in 4.0 Provider (None, HBO, Fox...) of the TransparentCatchup content |
Example
{
- "Stars" : 5,
- "Audience" : 0,
- "Distributor" : "SimpleXML",
- "CommercializationType" : 2,
- "Subscriptions" : [10],
- "TransparentProvider" : 0,
- "Trailers" : [
- {
- "ID": 6093,
- "PlayType": 16,
- "Quality": 3
- }
- ]
}
Known issues
None
Version history
API Version Number | Change description | Changes author |
---|---|---|
2.4 | Initial data type implementation | Harley Cabral |
3.2 (Neuromancer) |
|
Francisco Milagro |
4.0 | Added field TransparentProvider | Jose A. Jiménez |