V1AssessmentSubmitEvent
submittedByUser objectnullable
User who submitted the assessment
firstNamestringnullable
User first name
Example:
JohnlastNamestringnullable
User last name
Example:
DoesubmitDatestring<date-time>
Submission date
Example:
2024-09-30T10:36:56.057000+00:00submittedByOrg objectnullable
Organization that submitted
idstring
Unique identifier
namestringnullable
Name
orgIdstringnullable
Organization external ID
typestring
Type
V1AssessmentSubmitEvent
{
"submittedByUser": {
"firstName": "John",
"lastName": "Doe",
"email": "[email protected]"
},
"submitDate": "2024-09-30T10:36:56.057000+00:00",
"submittedByOrg": {
"id": "string",
"name": "string",
"orgId": "string",
"type": "string"
}
}