V2ReportDetailSubmitEvent
Information on the event submission
submittedByUser object
Information of the user who submitted the assessment
firstName stringnullable
First name of the user
Example:
John
lastName stringnullable
Last name of the user
Example:
Doe
submitDate date-timenullable
Submit date
Example:
2024-09-30T10:36:56.057000+00:00
submittedByOrg object
Information of the organization who submitted the assessment
id stringnullable
Unique identifier
name stringnullable
Name
type stringnullable
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"
}
}