personal_topic.create - Fluid Topics - Latest

Integrate the Fluid Topics API

Category
Technical Notes
Audience
public
Version
Latest

This server event occurs when a user creates a personal topic.

This event contains the following fields:

Field Description
personalTopic An object containing information about the personal topic.
     id The personal topic's identifier.
     name The personal topic's name.

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": 1700042161432,
        "id": "f77abebc-8879-48d6-b524-2eada47af52d",
        "name": "personal_topic.create",
        "offline": false,
        "parameters": {
            "personalTopic": {
                "id": "09a114c7-78df-4d9b-a963-29ca44304cf8",
                "name": "intro"
            }
        },
        "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"
    }
]