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

    PRESENTATION_WEB_SEMANTIC_REQUEST_CREATE_START

    interface PresentationWebSemanticRequestCreateStartEventSanitised {
        category: "presentation-web-semantic";
        clientId: string | undefined;
        data: {
            callbackUrl: string;
            did: string;
            expiresTime: number;
            templateId: string;
        };
        id: string;
        managementUserId: string
        | undefined;
        requestId: string;
        requestIp: string | undefined;
        tenantId: string;
        timestamp: number;
        type: "PRESENTATION_WEB_SEMANTIC_REQUEST_CREATE_START";
        userAgent: string | undefined;
        version: "1";
    }
    Index
    category: "presentation-web-semantic"
    clientId: string | undefined
    data: {
        callbackUrl: string;
        did: string;
        expiresTime: number;
        templateId: string;
    }
    id: string
    managementUserId: string | undefined
    requestId: string
    requestIp: string | undefined
    tenantId: string
    timestamp: number
    type: "PRESENTATION_WEB_SEMANTIC_REQUEST_CREATE_START"
    userAgent: string | undefined
    version: "1"