Annoto Widget API - v3.65.0
    Preparing search index...

    Stats for the interaction that the event occured on

    interface ICta {
        created_at: string;
        id: string;
        points?: number;
        preferences: ICtaPreferences;
        score?: number;
        settings: ICtaSettings;
        type: CtaType;
        updated_at: string;
    }
    Index

    Properties

    created_at: string

    When the interaction was first created

    id: string

    internal unique id.

    points?: number

    number of points assigned to the interaction by the moderator(can be any positive integer)

    preferences: ICtaPreferences

    interaction preferences

    score?: number

    0-100 achievement score in percent. null if user's did not answer the interaction yet or if answerReflection is disabled.

    settings: ICtaSettings

    interaction settings

    type: CtaType

    type of the interaction

    updated_at: string

    When the interaction was last updated by the moderator