Favourite data model
This is a JSON object with the following fields:
Name | Type | Description |
---|---|---|
changeLog | String | The change history. This field is deprecated, and no longer visible to HUE List. |
creationDate | Date | The date that the Favourite was created. |
| Integer | The ID to export object to third-party systems. |
itemTypeCode | String | The item type code associated with the Favourite. For example, This field is deprecated |
itemType | String | The item type associated to the Favourite. For example, C for Channel, or P for Program. |
itemUID | Long | The item UID associated to the Favourite. |
modifiedDate | Date | The date that the Favourite was last modified and persisted. |
originID | Integer | The UID of the origin system (third-party system). |
originIdAndKey | Read-only string | A unique reference for the object derived by concatenating the originID and originKey , together, separated by a pipe character (| ). |
originKey | String | The key of the model object in the origin system (third-party system). |
prioritySeqNo | Integer | The priority sequence number associated to the Favourite. |
serviceProviderID | Long | The Service Provider UID. |
uID | Long | The unique identifier of the Favourite. |
userUID | Long | The user UID associated to the Favourite. |
Example
{
"UID" : 12,
"userUID" : 120,
"itemTypeCode" : "CHANNEL",
"itemUID" : 36,
"prioritySeqNo" : 7,
"serviceProviderID" : 12
}