Skip to main content

ReportAssessmentEscalation

createdDatedate-timenullable

Date when the Escalation was created

escalatedBy object

Information of the user

emailstringnullable

Email address of the user

firstNamestringnullable

First name of the user

Example: John
idstringnullable

Unique identifier of the user

Example: cc94fc4e-dcbe-44a5-863e-3255281e02ca
lastNamestringnullable

Last name of the user

Example: Doe
escalatedTo object[]nullable

The user who receives the escalation

  • Array [
  • emailstringnullable

    Email address of the user

    firstNamestringnullable

    First name of the user

    Example: John
    idstringnullable

    Unique identifier of the user

    Example: cc94fc4e-dcbe-44a5-863e-3255281e02ca
    lastNamestringnullable

    Last name of the user

    Example: Doe
  • ]
  • escalationNotestringnullable

    Escalation note

    resolvedByUser object

    Information of the user

    emailstringnullable

    Email address of the user

    firstNamestringnullable

    First name of the user

    Example: John
    idstringnullable

    Unique identifier of the user

    Example: cc94fc4e-dcbe-44a5-863e-3255281e02ca
    lastNamestringnullable

    Last name of the user

    Example: Doe
    resolvedDatedate-timenullable

    Resolution date of the escalation

    statusstringnullable

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