MATTR VII Platform API Events Registry - v12.23.0
    Preparing search index...

    ANALYTICS_EXPORT_EVENT_RECEIVE

    interface AnalyticsExportEventReceiveEventSanitised {
        category: "analytics-export";
        data: {
            category: string;
            data: unknown;
            id: string;
            requestId: string | undefined;
            tenantId: string;
            timestamp: number;
            type: string;
            version: string | undefined;
        };
        id: string;
        requestId: string;
        requestIp: string
        | undefined;
        tenantId: string;
        timestamp: number;
        type: "ANALYTICS_EXPORT_EVENT_RECEIVE";
        userAgent: string | undefined;
        version: "1";
    }
    Index
    category: "analytics-export"
    data: {
        category: string;
        data: unknown;
        id: string;
        requestId: string | undefined;
        tenantId: string;
        timestamp: number;
        type: string;
        version: string | undefined;
    }
    id: string
    requestId: string
    requestIp: string | undefined
    tenantId: string
    timestamp: number
    type: "ANALYTICS_EXPORT_EVENT_RECEIVE"
    userAgent: string | undefined
    version: "1"