Skip to main content

V2ReportDetailSubmitEvent

Information on the event submission

submittedByUser objectnullable

Information of the user who submitted the assessment

emailstring

Email of the user

firstNamestringnullable

First name of the user

Example: John
lastNamestringnullable

Last name of the user

Example: Doe
submitDatestring<date-time>

Submit date

Example: 2024-09-30T10:36:56.057000+00:00
submittedByOrg 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"
}
}