V2ReportEscalation
createdDate date-timenullable
Date when the Escalation was created
Example:
2024-09-30T10:36:56.057000+00:00
status stringnullable
Status of the escalation
resolvedDate date-timenullable
Resolution date of the escalation
Example:
2024-09-30T10:36:56.057000+00:00
escalatedTo object[]nullable
The user who received the escalation
Array [
firstName stringnullable
First name of the user
Example:
John
lastName stringnullable
Last name of the user
Example:
Doe
]
escalatedBy object
firstName stringnullable
First name of the user
Example:
John
lastName stringnullable
Last name of the user
Example:
Doe
resolvedByUser object
firstName stringnullable
First name of the user
Example:
John
lastName stringnullable
Last name of the user
Example:
Doe
V2ReportEscalation
{
"createdDate": "2024-09-30T10:36:56.057000+00:00",
"status": "string",
"resolvedDate": "2024-09-30T10:36:56.057000+00:00",
"escalatedTo": [
{
"email": "[email protected]",
"firstName": "John",
"lastName": "Doe"
}
],
"escalatedBy": {
"email": "[email protected]",
"firstName": "John",
"lastName": "Doe"
},
"resolvedByUser": {
"email": "[email protected]",
"firstName": "John",
"lastName": "Doe"
}
}