Skip to main content

V2ReportDetailSubmitEvent

Information on the event submission

submittedByUser object

Information of the user who submitted the assessment

emailstringnullable

Email of the user

firstNamestringnullable

First name of the user

Example: John
lastNamestringnullable

Last name of the user

Example: Doe
submitDatedate-timenullable

Submit date

Example: 2024-09-30T10:36:56.057000+00:00
submittedByOrg object

Information of the organization who submitted the assessment

idstringnullable

Unique identifier

namestringnullable

Name

typestringnullable

Type

V2ReportDetailSubmitEvent
{
"submittedByUser": {
"email": "[email protected]",
"firstName": "John",
"lastName": "Doe"
},
"submitDate": "2024-09-30T10:36:56.057000+00:00",
"submittedByOrg": {
"id": "string",
"name": "string",
"type": "string"
}
}