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

    ECOSYSTEM_VICAL_CONFIGURATION_RETRIEVE_SUCCESS

    interface EcosystemVicalConfigurationRetrieveSuccessEventSanitised {
        category: "ecosystem";
        clientId: string | undefined;
        data: {
            autoPublish:
                | {
                    configuredAt: string
                    | undefined;
                    enabled: boolean;
                    frequency: string | undefined;
                }
                | undefined;
            vicalProvider: string;
        };
        id: string;
        managementUserId: string
        | undefined;
        requestId: string;
        requestIp: string | undefined;
        tenantId: string;
        timestamp: number;
        type: "ECOSYSTEM_VICAL_CONFIGURATION_RETRIEVE_SUCCESS";
        userAgent: string | undefined;
        version: "1";
    }
    Index
    category: "ecosystem"
    clientId: string | undefined
    data: {
        autoPublish:
            | {
                configuredAt: string
                | undefined;
                enabled: boolean;
                frequency: string | undefined;
            }
            | undefined;
        vicalProvider: string;
    }
    id: string
    managementUserId: string | undefined
    requestId: string
    requestIp: string | undefined
    tenantId: string
    timestamp: number
    type: "ECOSYSTEM_VICAL_CONFIGURATION_RETRIEVE_SUCCESS"
    userAgent: string | undefined
    version: "1"