ECOSYSTEM_PARTICIPANT_EVIDENCE_RETRIEVE_SUCCESS
interface EcosystemParticipantEvidenceRetrieveSuccessEvent { category: "ecosystem"; data: { fileDescription: string | undefined; filename: string; id: string }; id: string; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "ECOSYSTEM_PARTICIPANT_EVIDENCE_RETRIEVE_SUCCESS"; userAgent: string | undefined; version: "1";} interface EcosystemParticipantEvidenceRetrieveSuccessEventSanitised { category: "ecosystem"; data: { fileDescription: string | undefined; filename: string; id: string }; id: string; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "ECOSYSTEM_PARTICIPANT_EVIDENCE_RETRIEVE_SUCCESS"; userAgent: string | undefined; version: "1";}
Properties
category
category: "ecosystem"
Sanitisation Level DATAdata
data: { fileDescription: string | undefined; filename: string; id: string }
requestId
requestId: string
requestIp
requestIp: string | undefined
tenantId
tenantId: string
timestamp
timestamp: number
type
type: "ECOSYSTEM_PARTICIPANT_EVIDENCE_RETRIEVE_SUCCESS"
userAgent
userAgent: string | undefined