The Signing Session Event Object
A Signing Session Event represents a log of what the Sign Intent was doing at a particular time in the signing process.
Attributes
idString
The unique ID of the Signing Session Event
titleString
Title of the Signing Session Event
descriptionString
ipString
The IP address from where the event happened.
user_agentString
The user agent or device that triggered the event
created_atDateTime
The UTC date of when the Signing Session Event was created
Code Example
{
"id": "be39518a-4b76-48f5-bc0a-b9c3738f4379",
"title": "Entered Signing Room",
"description": "Entered Signing Room",
"ip": "80.217.101.28",
"user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36",
"created_at": "Tue, 11 Jan 2022 15:59:53 GMT"
}