ECOSYSTEM_PARTICIPANT_CONTACT_RETRIEVE_LIST_START
interface EcosystemParticipantContactRetrieveListStartEvent { category: "ecosystem"; data: { cursor: string | undefined; ecosystemId: string; limit: number; participantId: string; }; id: string; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "ECOSYSTEM_PARTICIPANT_CONTACT_RETRIEVE_LIST_START"; userAgent: string | undefined; version: "1";} interface EcosystemParticipantContactRetrieveListStartEventSanitised { category: "ecosystem"; data: { cursor: string | undefined; ecosystemId: string; limit: number; participantId: string; }; id: string; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "ECOSYSTEM_PARTICIPANT_CONTACT_RETRIEVE_LIST_START"; userAgent: string | undefined; version: "1";}
Properties
category
category: "ecosystem"
Sanitisation Level DATAdata
data: {
cursor: string | undefined;
ecosystemId: string;
limit: number;
participantId: string;
}
requestId
requestId: string
requestIp
requestIp: string | undefined
tenantId
tenantId: string
timestamp
timestamp: number
type
type: "ECOSYSTEM_PARTICIPANT_CONTACT_RETRIEVE_LIST_START"
userAgent
userAgent: string | undefined