V2ReportDetailSubmitEvent
Information on the event submission
submittedByUser objectnullable
Information of the user who submitted the assessment
firstNamestringnullable
First name of the user
Example:
JohnlastNamestringnullable
Last name of the user
Example:
DoesubmitDatestring<date-time>
Submit date
Example:
2024-09-30T10:36:56.057000+00:00submittedByOrg objectnullable
Information of the organization who submitted the assessment
idstring
Unique identifier
namestringnullable
Name
orgIdstringnullable
Organization external ID
typestring
Type
V2ReportDetailSubmitEvent
{
"submittedByUser": {
"email": "[email protected]",
"firstName": "John",
"lastName": "Doe"
},
"submitDate": "2024-09-30T10:36:56.057000+00:00",
"submittedByOrg": {
"id": "string",
"name": "string",
"orgId": "string",
"type": "string"
}
}