Interface EcosystemParticipantRetrieveListStartEvent

interface EcosystemParticipantRetrieveListStartEventSanitised {
    category: "ecosystem";
    data: {
        cursor: undefined | string;
        ecosystemId: string;
        limit: number;
    };
    id: string;
    requestId: string;
    tenantId: string;
    timestamp: number;
    type: string;
    version: "1";
}

Properties

category: "ecosystem"
data: {
    cursor: undefined | string;
    ecosystemId: string;
    limit: number;
}

Type declaration

  • cursor: undefined | string
  • ecosystemId: string
  • limit: number
id: string
requestId: string
tenantId: string
timestamp: number
type: string
version: "1"