AuditEventApiResponse

Properties

Name Type Description Notes
eventType String The type of event (e.g., "PackageCreated", "SignerCompleted", "DocumentViewed"). [default to null]
description String A human-readable description of the event. [default to null]
timestamp Date When the event occurred (UTC). [default to null]
actorEmail String The email address of the person who performed the action. Null for system-generated events. [default to null]
actorName String The display name of the person who performed the action. Null for system-generated events. [default to null]
actorIpAddress String The IP address of the actor at the time of the event. Null for system-generated events. [default to null]
userAgent String The User-Agent string of the actor's browser. Null for system-generated events. [default to null]
details String Additional structured details about the event (JSON string). Content varies by event type. [default to null]
signerGuid UUID The signer GUID associated with this event, if applicable. [default to null]
documentGuid UUID The document GUID associated with this event, if applicable. [default to null]
annotationGuid UUID The annotation GUID associated with this event, if applicable. [default to null]

[Back to Model list] [Back to API list] [Back to README]