document.rate - Fluid Topics - Latest

Integrate the Fluid Topics API

Category
Technical Notes
Audience
public
Version
Latest

This server event occurs when a FEEDBACK_USER user rates a document.

This event contains the following fields:

Field Description
document An object containing information about the document.
    id The document's identifier.
    metadata A list of the document's metadata with the label and values of each key.
    title The title of the document.
    type The document's type (for example STRUCTURED_DOCUMENT).
    mimeType The document's MIME type for an UNSTRUCTURED_DOCUMENT.
rating An object containing information about the rating.
    type The type of rating (for example, like, stars, or dichotomous).
value The value of the rating (for example, 1 for like, 0 for dislike).

Since this event originates from the server and not the web application, it is not possible to listen to it.

[
    {
        "startDate": "2023-10-01T00:00:00",
        "endDate": "2024-02-01T00:00:00",
        "paging": {
            "page": 1,
            "perPage": 1,
            "totalCount": 2,
            "lastPage": false
        },
        "results": [
            {
                "appName": "ft/turnkey-portal",
                "appVersion": "4.2.14",
                "contentLocale": "en-US",
                "datetime": 1697550494970,
                "id": "6c6cef11-97ad-4252-bcfe-3e9e07d9c11c",
                "name": "document.rate",
                "offline": false,
                "parameters": {
                    "document": {
                        "id": "m27nLjomVg08FbI7W1Mvjg",
                        "title": "Author-it Connector Configuration Guide",
                        "type": "STRUCTURED_DOCUMENT",
                        "metadata": [
                            {
                                "key": "Product",
                                "label": "Product",
                                "values": [
                                    "Fluid Topics"
                                ]
                            },
                            {
                                "key": "Version_FT",
                                "label": "Fluid Topics Version",
                                "values": [
                                    "Latest"
                                ]
                            },
                            {
                                "key": "Category",
                                "label": "Category",
                                "values": [
                                    "Technical Notes"
                                ]
                            },
                            {
                                "key": "audience",
                                "label": "Target Audience",
                                "values": [
                                    "public"
                                ]
                            }   
                        ]
                    },
                    "rating": {
                        "type": "stars",
                        "value": "1"
                    }
                },
                "sessionId": "ffc854b5-4153-406d-9745-57abb63becec",
                "tenantId": "1-stable",
                "uiLocale": "en-US",
                "user": {
                    "groups": [
                        "ft:authenticated"
                    ],
                    "id": "d554325-eef7-4850-93c1-cea73446582060",
                    "roles": [
                        "PRINT_USER",
                        "FEEDBACK_USER",
                        "COLLECTION_USER",
                        "PERSONAL_BOOK_USER",
                        "OFFLINE_USER",
                        "RATING_USER",
                        "PDF_EXPORT_USER",
                        "HTML_EXPORT_USER",
                        "SAVED_SEARCH_USER",
                        "PERSONAL_BOOK_SHARE_USER"
                    ]
                },
                "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36 Edg/118.0.2088.46",
                "userIp": "192.168.2.3"
            }
        ]
    }
]