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

    CREDENTIAL_WEB_SEMANTIC_CREATE_SUCCESS

    interface CredentialWebSemanticCreateSuccessEventSanitised {
        category: "credential-web-semantic";
        clientId: string | undefined;
        data: {
            credential: undefined;
            credentialSize: number;
            credentialStatus: { id: string; type: string } | undefined;
            hasCredentialSubjectId: boolean;
            id: string;
            issuanceDate: string | undefined;
            tag: string | undefined;
        };
        id: string;
        managementUserId: string
        | undefined;
        requestId: string;
        requestIp: string | undefined;
        tenantId: string;
        timestamp: number;
        type: "CREDENTIAL_WEB_SEMANTIC_CREATE_SUCCESS";
        userAgent: string | undefined;
        version: "1";
    }
    Index
    category: "credential-web-semantic"
    clientId: string | undefined
    data: {
        credential:
            | {
                "@context": string
                | object
                | (string | object)[];
                credentialStatus: { id: string; type: string } | undefined;
                credentialSubject:
                    | string
                    | { id: string
                    | undefined }
                    | { id: string | undefined }[];
                expirationDate: string | undefined;
                id: string | undefined;
                issuanceDate: string;
                issuer: string | { id: string };
                proof: { type: string } | { type: string }[];
                type: string | string[];
            }
            | undefined;
        credentialSize: number;
        credentialStatus: { id: string; type: string }
        | undefined;
        hasCredentialSubjectId: boolean;
        id: string;
        issuanceDate: string | undefined;
        tag: string | undefined;
    }
    id: string
    managementUserId: string | undefined
    requestId: string
    requestIp: string | undefined
    tenantId: string
    timestamp: number
    type: "CREDENTIAL_WEB_SEMANTIC_CREATE_SUCCESS"
    userAgent: string | undefined
    version: "1"