Interface EcosystemParticipantRetrieveStartEvent

interface EcosystemParticipantRetrieveStartEventSanitised {
    category: "ecosystem";
    data: {
        ecosystemId: string;
        participantId: string;
    };
    id: string;
    requestId: string;
    tenantId: string;
    timestamp: number;
    type: string;
    version: "1";
}

Properties

category: "ecosystem"
data: {
    ecosystemId: string;
    participantId: string;
}

Type declaration

  • ecosystemId: string
  • participantId: string
id: string
requestId: string
tenantId: string
timestamp: number
type: string
version: "1"