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

    ANALYTICS_CREDENTIAL_REPORT_CREATE_SUCCESS

    interface AnalyticsCredentialReportCreateSuccessEventSanitised {
        category: "analytics";
        data: { entriesCount: number; nextCursor: string | undefined };
        id: string;
        requestId: string;
        requestIp: string | undefined;
        tenantId: string;
        timestamp: number;
        type: "ANALYTICS_CREDENTIAL_REPORT_CREATE_SUCCESS";
        userAgent: string | undefined;
        version: "1";
    }
    Index
    category: "analytics"
    data: { entriesCount: number; nextCursor: string | undefined }
    id: string
    requestId: string
    requestIp: string | undefined
    tenantId: string
    timestamp: number
    type: "ANALYTICS_CREDENTIAL_REPORT_CREATE_SUCCESS"
    userAgent: string | undefined
    version: "1"