V1AssessmentSubmitEvent
submittedByUser objectnullable
User who submitted the assessment
firstNamestringnullable
User first name
Example:
JohnlastNamestringnullable
User last name
Example:
DoesubmitDatestring<date-time>nullable
Submission date
Example:
2024-09-30T10:36:56.057000+00:00submittedByOrg objectnullable
Organization that submitted
orgIdstringnullable
Organization external ID
Example:
ORG_123namestringnullable
Organization name
Example:
Acme CorpV1AssessmentSubmitEvent
{
"submittedByUser": {
"firstName": "John",
"lastName": "Doe",
"email": "[email protected]"
},
"submitDate": "2024-09-30T10:36:56.057000+00:00",
"submittedByOrg": {
"orgId": "ORG_123",
"name": "Acme Corp"
}
}