Bookmarks data model
This is a JSON object with the following fields:
Name | Type | Description |
---|---|---|
accountUid | Long | The UID of the Account that owns the Bookmark. |
changeLog | String | A log of the changes to this Entity history. This field is deprecated, and no longer visible to HUE List. |
contentType | String | The type of content containing the Bookmark. One of:
|
contentUid | Long | The UID of the content item containing the Bookmark. |
creationDate | Date | The date and time this Entity was created. |
exportID | Integer | The identifier to use when exporting this Entity to third-party systems. |
modifiedDate | Date | The date and time that this Entity was last modified in the database. |
originID | Integer | 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. |
originIdAndKey | Read-only string | A unique reference for the object, derived by joining the originID and originKey , together, with a pipe character | to separate them. |
originKey | String | The key or identifier that the system that owns this Entity uses to identify it. |
position | Long | The position, in seconds, of the Bookmark within the content item's stream. |
serviceProviderID | Long | The SDP internal UID for the Service Provider that created this Entity. |
uID | Long | The SDP internal UID for this Entity. |
Example
{
"UID" : 12,
"accountUid" : 120,
"contentType" : "ASSET",
"position" : 336,
"modifiedDate" : "07-02-14",
"creationDate" : "20-03-14",
"originID" : 2,
"originKey" : "smilebaby",
"serviceProviderID" : 12
}