Skip to main content

Bookmarks data model

This is a JSON object with the following fields:

Name
Type
Description
accountUidLongThe UID of the Account that owns the Bookmark.
changeLogString

A log of the changes to this Entity history.

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

contentTypeString

The type of content containing the Bookmark. One of:

  • AST or ASSET  for Asset
  • PRG or PROGRAM for Program
contentUidLongThe UID of the content item containing the Bookmark.
creationDateDateThe date and time this Entity was created.
exportIDIntegerThe identifier to use when exporting this Entity to third-party systems.
modifiedDateDateThe date and time that this Entity was last modified in the database.
originIDInteger

An identifier for the system that owns this Entity.

Identifiers up to 9999 are reserved for identifying systems pre-integrated with SDP. Operators can define their own meanings for values of 10000 and above.

originIdAndKeyRead-only stringA unique reference for the object, derived by joining the originID and originKey, together, with a pipe character | to separate them.
originKeyStringThe key or identifier that the system that owns this Entity uses to identify it.
positionLongThe position, in seconds, of the Bookmark within the content item's stream.
serviceProviderIDLongThe SDP internal UID for the Service Provider that created this Entity.
uIDLongThe SDP internal UID for this Entity.

Example

JS
{
    "UID" : 12,
    "accountUid" : 120,
    "contentType" : "ASSET",
    "position" : 336,
    "modifiedDate" : "07-02-14",
    "creationDate" : "20-03-14",
    "originID" : 2,
    "originKey" : "smilebaby",
    "serviceProviderID" : 12     
 }
JavaScript errors detected

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

If this problem persists, please contact our support.