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

    ANALYTICS_EVENT_RETRIEVE_LIST_START

    interface AnalyticsEventRetrieveListStartEventSanitised {
        category: "analytics";
        data: {
            categories: string[] | undefined;
            clientIds: string[] | undefined;
            cursor: string | undefined;
            dateFrom: string | undefined;
            dateTo: string | undefined;
            ids: string[] | undefined;
            limit: number;
            managementUserIds: string[] | undefined;
            requestIds: string[] | undefined;
            types: string[] | undefined;
        };
        id: string;
        requestId: string;
        requestIp: string
        | undefined;
        tenantId: string;
        timestamp: number;
        type: "ANALYTICS_EVENT_RETRIEVE_LIST_START";
        userAgent: string | undefined;
        version: "1";
    }
    Index
    category: "analytics"
    data: {
        categories: string[] | undefined;
        clientIds: string[] | undefined;
        cursor: string | undefined;
        dateFrom: string | undefined;
        dateTo: string | undefined;
        ids: string[] | undefined;
        limit: number;
        managementUserIds: string[] | undefined;
        requestIds: string[] | undefined;
        types: string[] | undefined;
    }
    id: string
    requestId: string
    requestIp: string | undefined
    tenantId: string
    timestamp: number
    type: "ANALYTICS_EVENT_RETRIEVE_LIST_START"
    userAgent: string | undefined
    version: "1"