bookmark.delete - Fluid Topics - Latest

Integrate the Fluid Topics API

Category
Technical Notes
Audience
public
Version
Latest

This server event occurs when a 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:

[
    {
        "appName": "ft/turnkey-portal",
        "appVersion": "4.1.25",
        "contentLocale": "en-US",
        "datetime": 1683813667338,
        "id": "4b9235dc-fd5a-4949-942b-5277e4ffb4f5",
        "name": "bookmark.delete",
        "offline": false,
        "parameters": {
            "bookmark": {
                "id": "6439fffd-90c4-4080-bbb3-7d844cd3c814",
                "name": "Authentication",
                "topic": {
                    "tocId": "6Cv2fcOUMp7QK6iG~hgzxA",
                    "title": "Authentication"
                }
            },
            "document": {
                "id": "MdDo16IjKjJdTxsdVYuWjA",
                "title": "Fluid Topics Configuration and Administration Guide",
                "type": "STRUCTURED_DOCUMENT"
            }
        },
        "sessionId": "e5cd7f19-d553-4816-bf89-951c53a40f32",
        "tenantId": "1-stable",
        "uiLocale": "en-US",
        "user": {
            "groups": [
                "ft:administrator",
                "antidot",
                "ft:authenticated",
                "TechWriter",
                "Fluid Topics"
            ],
            "id": "d554325-eef7-4850-93c1-cea73446582060",
            "roles": [
                "PERSONAL_BOOK_USER",
                "OFFLINE_USER",
                "HTML_EXPORT_USER",
                "FEEDBACK_USER",
                "PERSONAL_BOOK_SHARE_USER",
                "ADMIN",
                "RATING_USER",
                "PRINT_USER",
                "SAVED_SEARCH_USER",
                "BETA_USER",
                "DEBUG_USER",
                "PDF_EXPORT_USER",
                "ANALYTICS_USER",
                "COLLECTION_USER"
            ]
        },
        "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36",
        "userIp": "192.168.2.3"
    }
]