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

    MOBILE_CREDENTIAL_STATUS_LIST_RETRIEVE_LIST_FAIL

    interface MobileCredentialStatusListRetrieveListFailEventSanitised {
        category: "mobile-credential";
        clientId: string | undefined;
        data: { error: { message: string; type: string } };
        id: string;
        managementUserId: string | undefined;
        requestId: string;
        requestIp: string | undefined;
        tenantId: string;
        timestamp: number;
        type: "MOBILE_CREDENTIAL_STATUS_LIST_RETRIEVE_LIST_FAIL";
        userAgent: string | undefined;
        version: "1";
    }
    Index
    category: "mobile-credential"
    clientId: string | undefined
    data: { error: { message: string; type: string } }
    id: string
    managementUserId: string | undefined
    requestId: string
    requestIp: string | undefined
    tenantId: string
    timestamp: number
    type: "MOBILE_CREDENTIAL_STATUS_LIST_RETRIEVE_LIST_FAIL"
    userAgent: string | undefined
    version: "1"