This server event occurs when any user deletes a bookmark.
This event contains the following fields:
Field | Description |
---|---|
bookmark |
An object containing information about the bookmark. |
id |
The bookmark's identifier. |
name |
The bookmark's name. |
topic |
The bookmarked topic. |
tocId |
The bookmarked topic's identifier based on its position in the document's table of contents. |
title |
The bookmarked topic's title. |
mapId |
The bookmarked topic's map ID. |
mapTitle |
The bookmarked topic's map title. |
document |
The document where the bookmark was created. |
id |
The ID of the document where the bookmark was created. |
title |
The title of the document where the bookmark was created. |
type |
The type of the document where the bookmark was created. Always STRUCTURED_DOCUMENT . |
Since this event originates from the server and not the web application, it is not possible to listen to it.
A table for the most common fields is in Analytics events.
Example:
[
{
"bookmark": {
"id": "6439fffd-90c4-4080-bbb3-7d844cd3c814",
"name": "Authentication",
"topic": {
"tocId": "6Cv2fcOUMp7QK6iG~hgzxA",
"title": "Authentication",
"mapId": "MdDo16IjKjJdTxsdVYuWjA",
"mapTitle": "Fluid Topics Configuration and Administration Guide"
}
},
"document": {
"id": "MdDo16IjKjJdTxsdVYuWjA",
"title": "Fluid Topics Configuration and Administration Guide",
"type": "STRUCTURED_DOCUMENT"
}
}
]