ReportAssessmentEscalation
createdDate date-timenullable
Date when the Escalation was created
escalatedBy object
Information of the user
firstName stringnullable
First name of the user
Example:
John
id stringnullable
Unique identifier of the user
Example:
cc94fc4e-dcbe-44a5-863e-3255281e02ca
lastName stringnullable
Last name of the user
Example:
Doe
escalatedTo object[]nullable
The user who receives the escalation
Array [
firstName stringnullable
First name of the user
Example:
John
id stringnullable
Unique identifier of the user
Example:
cc94fc4e-dcbe-44a5-863e-3255281e02ca
lastName stringnullable
Last name of the user
Example:
Doe
]
escalationNote stringnullable
Escalation note
resolvedByUser object
Information of the user
firstName stringnullable
First name of the user
Example:
John
id stringnullable
Unique identifier of the user
Example:
cc94fc4e-dcbe-44a5-863e-3255281e02ca
lastName stringnullable
Last name of the user
Example:
Doe
resolvedDate date-timenullable
Resolution date of the escalation
status stringnullable
Status of the escalation
ReportAssessmentEscalation
{
"createdDate": "2024-07-29T15:51:28.071Z",
"escalatedBy": {
"email": "[email protected]",
"firstName": "John",
"id": "cc94fc4e-dcbe-44a5-863e-3255281e02ca",
"lastName": "Doe"
},
"escalatedTo": [
{
"email": "[email protected]",
"firstName": "John",
"id": "cc94fc4e-dcbe-44a5-863e-3255281e02ca",
"lastName": "Doe"
}
],
"escalationNote": "string",
"resolvedByUser": {
"email": "[email protected]",
"firstName": "John",
"id": "cc94fc4e-dcbe-44a5-863e-3255281e02ca",
"lastName": "Doe"
},
"resolvedDate": "2024-07-29T15:51:28.071Z",
"status": "string"
}