ECOSYSTEM_PARTICIPANT_CONTACT_RETRIEVE_SUCCESS
interface EcosystemParticipantContactRetrieveSuccessEvent { category: "ecosystem"; data: { active: boolean; ecosystemId: string; emailAddress: string | undefined; fullName: string; id: string; participantId: string; primaryPhoneNumber: string | undefined; secondaryPhoneNumber: string | undefined; }; id: string; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "ECOSYSTEM_PARTICIPANT_CONTACT_RETRIEVE_SUCCESS"; userAgent: string | undefined; version: "1";} interface EcosystemParticipantContactRetrieveSuccessEventSanitised { category: "ecosystem"; data: { active: boolean; ecosystemId: string; emailAddress: undefined; fullName: undefined; id: string; participantId: string; primaryPhoneNumber: undefined; secondaryPhoneNumber: undefined; }; id: string; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "ECOSYSTEM_PARTICIPANT_CONTACT_RETRIEVE_SUCCESS"; userAgent: string | undefined; version: "1";}
Properties
category
category: "ecosystem"
Sanitisation Level DATAdata
data: {
active: boolean;
ecosystemId: string;
emailAddress: string | undefined;
fullName: string;
id: string;
participantId: string;
primaryPhoneNumber: string | undefined;
secondaryPhoneNumber: string | undefined;
}
requestId
requestId: string
requestIp
requestIp: string | undefined
tenantId
tenantId: string
timestamp
timestamp: number
type
type: "ECOSYSTEM_PARTICIPANT_CONTACT_RETRIEVE_SUCCESS"
userAgent
userAgent: string | undefined