Skip to main content

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 [
  • email stringnullable

    Email of the user

    firstName stringnullable

    First name of the user

    Example: John
    lastName stringnullable

    Last name of the user

    Example: Doe
  • ]
  • escalatedBy object
    email stringnullable

    Email of the user

    firstName stringnullable

    First name of the user

    Example: John
    lastName stringnullable

    Last name of the user

    Example: Doe
    resolvedByUser object
    email stringnullable

    Email of the user

    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"
    }
    }