Skip to main content

Favourite data model

This is a JSON object with the following fields:

Name
Type
Description
changeLogString

The change history.

This field is deprecated, and no longer visible to HUE List.

creationDateDateThe date that the Favourite was created.

exportID

IntegerThe ID to export object to third-party systems.
itemTypeCode

String

The item type code associated with the Favourite. For example, Channel for Channel, or Program for Program.

This field is deprecated

itemTypeStringThe item type associated to the Favourite. For example, C for Channel, or P for Program.
itemUIDLongThe item UID associated to the Favourite.
modifiedDateDateThe date that the Favourite was last modified and persisted.
originIDIntegerThe UID of the origin system (third-party system).
originIdAndKeyRead-only stringA unique reference for the object derived by concatenating the originID and originKey, together, separated by a pipe character (|).
originKeyStringThe key of the model object in the origin system (third-party system).
prioritySeqNoIntegerThe priority sequence number associated to the Favourite.
serviceProviderIDLongThe Service Provider UID.
uIDLongThe unique identifier of the Favourite.
userUIDLongThe user UID associated to the Favourite.

Example

JS
{
    "UID" : 12,
    "userUID" : 120,
    "itemTypeCode" : "CHANNEL",
    "itemUID" : 36,
    "prioritySeqNo" : 7,
    "serviceProviderID" : 12
}
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.