MATTR VII Management API Events Registry - v1.37.0
    Preparing search index...

    TENANT_CLIENT_RETRIEVE_LIST_START

    interface TenantClientRetrieveListStartEventSanitised {
        category: "tenant";
        data: { cursor: string | undefined; limit: number; tenantId: string };
        id: string;
        requestId: string;
        requestIp: string | undefined;
        timestamp: number;
        type: "TENANT_CLIENT_RETRIEVE_LIST_START";
        userAgent: string | undefined;
        userId: string;
        version: "1";
    }
    Index
    category: "tenant"
    data: { cursor: string | undefined; limit: number; tenantId: string }
    id: string
    requestId: string
    requestIp: string | undefined
    timestamp: number
    type: "TENANT_CLIENT_RETRIEVE_LIST_START"
    userAgent: string | undefined
    userId: string
    version: "1"