personal_book.delete - Fluid Topics - Latest

Integrate the Fluid Topics API

Category
Technical Notes
Audience
public
Version
Latest

This server event occurs when a PERSONAL_BOOK_USER user deletes a personal book.

This event contains the following fields:

Field Description
document An object containing information about the personal book.
    id The personal book's identifier.
    title The personal book's title.
    type The personal book's type. For this event, the value is always PERSONAL_BOOK.
    metadata A list of the personal book's metadata with the label and values of each key.

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.2.20",
        "contentLocale": "en-US",
        "datetime": 1700045120344,
        "id": "93a2a981-2eee-421a-b10f-9a1033306add",
        "name": "personal_book.delete",
        "offline": false,
        "parameters": {
            "document": {
                "id": "c79bcfa0-ea9f-4dc7-b8d7-5a94e98006ab",
                "title": "demob press",
                "type": "PERSONAL_BOOK",
                "metadata": []
            }
        },
        "sessionId": "7b357f24-1997-4b7b-8cd2-f6a47972c404",
        "tenantId": "1-stable",
        "uiLocale": "en-US",
        "user": {
            "groups": [
                "ft:administrator",
                "antidot",
                "ft:authenticated",
                "TechWriter",
                "Fluid Topics"
            ],
            "id": "d554325-eef7-4850-93c1-cea73446582060",
            "roles": [
                "PRINT_USER",
                "ANALYTICS_USER",
                "HTML_EXPORT_USER",
                "OFFLINE_USER",
                "SAVED_SEARCH_USER",
                "COLLECTION_USER",
                "ADMIN",
                "PDF_EXPORT_USER",
                "DEBUG_USER",
                "BETA_USER",
                "RATING_USER",
                "FEEDBACK_USER",
                "PERSONAL_BOOK_USER",
                "PERSONAL_BOOK_SHARE_USER"
            ]
        },
        "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36",
        "userIp": "192.168.2.3"
    }
]