GET api/GetUnresolvedIncidents

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of PreviousIncidentsModel
NameDescriptionTypeAdditional information
REPORTED_DT

date

None.

FNAME

string

None.

MNAME

string

None.

LNAME

string

None.

GENDER

string

None.

GRADE

string

None.

IMG_URL

string

None.

INCIDENT_ID

integer

None.

USER_ID

integer

None.

INCIDENT_CAT

string

None.

INCIDENT_SHORT_DESC

string

None.

INCIDENT_LONG_DESC

string

None.

IS_PRIVATE_FLG

byte

None.

IS_URGENT_FLG

byte

None.

REPORTED_SEVERITY

string

None.

REPORTED_URGENCY

string

None.

ADMIN_SEVERITY

string

None.

ADMIN_URGENCY

string

None.

TLID

integer

None.

ADMIN_THREAT_LEVEL

string

None.

REMARKS

string

None.

UPDATED_ON

date

None.

IMAGE_URLS

string

None.

ThreatLevelResponse

Collection of SelectedResponseModel

None.

ModificationHistory

Collection of ModificationHistory

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "REPORTED_DT": "2026-01-09T13:59:08.3677784+00:00",
    "FNAME": "sample string 2",
    "MNAME": "sample string 3",
    "LNAME": "sample string 4",
    "GENDER": "sample string 5",
    "GRADE": "sample string 6",
    "IMG_URL": "sample string 7",
    "INCIDENT_ID": 8,
    "USER_ID": 9,
    "INCIDENT_CAT": "sample string 10",
    "INCIDENT_SHORT_DESC": "sample string 11",
    "INCIDENT_LONG_DESC": "sample string 12",
    "IS_PRIVATE_FLG": 64,
    "IS_URGENT_FLG": 64,
    "REPORTED_SEVERITY": "sample string 15",
    "REPORTED_URGENCY": "sample string 16",
    "ADMIN_SEVERITY": "sample string 17",
    "ADMIN_URGENCY": "sample string 18",
    "TLID": 19,
    "ADMIN_THREAT_LEVEL": "sample string 20",
    "REMARKS": "sample string 21",
    "UPDATED_ON": "2026-01-09T13:59:08.3687816+00:00",
    "IMAGE_URLS": "sample string 23",
    "ThreatLevelResponse": [
      {
        "TL_RESPONSE_ID": 1,
        "RESPONSE_ID": 2,
        "RESPONSE": "sample string 3"
      },
      {
        "TL_RESPONSE_ID": 1,
        "RESPONSE_ID": 2,
        "RESPONSE": "sample string 3"
      }
    ],
    "ModificationHistory": [
      {
        "TL_RESPONSE_ID": 1,
        "RESPONSE_ID": 2,
        "RESPONSE": "sample string 3",
        "MODIFIED_ON": "2026-01-09T13:59:08.3687816+00:00"
      },
      {
        "TL_RESPONSE_ID": 1,
        "RESPONSE_ID": 2,
        "RESPONSE": "sample string 3",
        "MODIFIED_ON": "2026-01-09T13:59:08.3687816+00:00"
      }
    ]
  },
  {
    "REPORTED_DT": "2026-01-09T13:59:08.3677784+00:00",
    "FNAME": "sample string 2",
    "MNAME": "sample string 3",
    "LNAME": "sample string 4",
    "GENDER": "sample string 5",
    "GRADE": "sample string 6",
    "IMG_URL": "sample string 7",
    "INCIDENT_ID": 8,
    "USER_ID": 9,
    "INCIDENT_CAT": "sample string 10",
    "INCIDENT_SHORT_DESC": "sample string 11",
    "INCIDENT_LONG_DESC": "sample string 12",
    "IS_PRIVATE_FLG": 64,
    "IS_URGENT_FLG": 64,
    "REPORTED_SEVERITY": "sample string 15",
    "REPORTED_URGENCY": "sample string 16",
    "ADMIN_SEVERITY": "sample string 17",
    "ADMIN_URGENCY": "sample string 18",
    "TLID": 19,
    "ADMIN_THREAT_LEVEL": "sample string 20",
    "REMARKS": "sample string 21",
    "UPDATED_ON": "2026-01-09T13:59:08.3687816+00:00",
    "IMAGE_URLS": "sample string 23",
    "ThreatLevelResponse": [
      {
        "TL_RESPONSE_ID": 1,
        "RESPONSE_ID": 2,
        "RESPONSE": "sample string 3"
      },
      {
        "TL_RESPONSE_ID": 1,
        "RESPONSE_ID": 2,
        "RESPONSE": "sample string 3"
      }
    ],
    "ModificationHistory": [
      {
        "TL_RESPONSE_ID": 1,
        "RESPONSE_ID": 2,
        "RESPONSE": "sample string 3",
        "MODIFIED_ON": "2026-01-09T13:59:08.3687816+00:00"
      },
      {
        "TL_RESPONSE_ID": 1,
        "RESPONSE_ID": 2,
        "RESPONSE": "sample string 3",
        "MODIFIED_ON": "2026-01-09T13:59:08.3687816+00:00"
      }
    ]
  }
]

application/xml, text/xml

Sample:
<ArrayOfPreviousIncidentsModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/School.Models.ObjectModels">
  <PreviousIncidentsModel>
    <ADMIN_SEVERITY>sample string 17</ADMIN_SEVERITY>
    <ADMIN_THREAT_LEVEL>sample string 20</ADMIN_THREAT_LEVEL>
    <ADMIN_URGENCY>sample string 18</ADMIN_URGENCY>
    <FNAME>sample string 2</FNAME>
    <GENDER>sample string 5</GENDER>
    <GRADE>sample string 6</GRADE>
    <IMAGE_URLS>sample string 23</IMAGE_URLS>
    <IMG_URL>sample string 7</IMG_URL>
    <INCIDENT_CAT>sample string 10</INCIDENT_CAT>
    <INCIDENT_ID>8</INCIDENT_ID>
    <INCIDENT_LONG_DESC>sample string 12</INCIDENT_LONG_DESC>
    <INCIDENT_SHORT_DESC>sample string 11</INCIDENT_SHORT_DESC>
    <IS_PRIVATE_FLG>64</IS_PRIVATE_FLG>
    <IS_URGENT_FLG>64</IS_URGENT_FLG>
    <LNAME>sample string 4</LNAME>
    <MNAME>sample string 3</MNAME>
    <ModificationHistory>
      <ModificationHistory>
        <MODIFIED_ON>2026-01-09T13:59:08.3687816+00:00</MODIFIED_ON>
        <RESPONSE>sample string 3</RESPONSE>
        <RESPONSE_ID>2</RESPONSE_ID>
        <TL_RESPONSE_ID>1</TL_RESPONSE_ID>
      </ModificationHistory>
      <ModificationHistory>
        <MODIFIED_ON>2026-01-09T13:59:08.3687816+00:00</MODIFIED_ON>
        <RESPONSE>sample string 3</RESPONSE>
        <RESPONSE_ID>2</RESPONSE_ID>
        <TL_RESPONSE_ID>1</TL_RESPONSE_ID>
      </ModificationHistory>
    </ModificationHistory>
    <REMARKS>sample string 21</REMARKS>
    <REPORTED_DT>2026-01-09T13:59:08.3677784+00:00</REPORTED_DT>
    <REPORTED_SEVERITY>sample string 15</REPORTED_SEVERITY>
    <REPORTED_URGENCY>sample string 16</REPORTED_URGENCY>
    <TLID>19</TLID>
    <ThreatLevelResponse>
      <SelectedResponseModel>
        <RESPONSE>sample string 3</RESPONSE>
        <RESPONSE_ID>2</RESPONSE_ID>
        <TL_RESPONSE_ID>1</TL_RESPONSE_ID>
      </SelectedResponseModel>
      <SelectedResponseModel>
        <RESPONSE>sample string 3</RESPONSE>
        <RESPONSE_ID>2</RESPONSE_ID>
        <TL_RESPONSE_ID>1</TL_RESPONSE_ID>
      </SelectedResponseModel>
    </ThreatLevelResponse>
    <UPDATED_ON>2026-01-09T13:59:08.3687816+00:00</UPDATED_ON>
    <USER_ID>9</USER_ID>
  </PreviousIncidentsModel>
  <PreviousIncidentsModel>
    <ADMIN_SEVERITY>sample string 17</ADMIN_SEVERITY>
    <ADMIN_THREAT_LEVEL>sample string 20</ADMIN_THREAT_LEVEL>
    <ADMIN_URGENCY>sample string 18</ADMIN_URGENCY>
    <FNAME>sample string 2</FNAME>
    <GENDER>sample string 5</GENDER>
    <GRADE>sample string 6</GRADE>
    <IMAGE_URLS>sample string 23</IMAGE_URLS>
    <IMG_URL>sample string 7</IMG_URL>
    <INCIDENT_CAT>sample string 10</INCIDENT_CAT>
    <INCIDENT_ID>8</INCIDENT_ID>
    <INCIDENT_LONG_DESC>sample string 12</INCIDENT_LONG_DESC>
    <INCIDENT_SHORT_DESC>sample string 11</INCIDENT_SHORT_DESC>
    <IS_PRIVATE_FLG>64</IS_PRIVATE_FLG>
    <IS_URGENT_FLG>64</IS_URGENT_FLG>
    <LNAME>sample string 4</LNAME>
    <MNAME>sample string 3</MNAME>
    <ModificationHistory>
      <ModificationHistory>
        <MODIFIED_ON>2026-01-09T13:59:08.3687816+00:00</MODIFIED_ON>
        <RESPONSE>sample string 3</RESPONSE>
        <RESPONSE_ID>2</RESPONSE_ID>
        <TL_RESPONSE_ID>1</TL_RESPONSE_ID>
      </ModificationHistory>
      <ModificationHistory>
        <MODIFIED_ON>2026-01-09T13:59:08.3687816+00:00</MODIFIED_ON>
        <RESPONSE>sample string 3</RESPONSE>
        <RESPONSE_ID>2</RESPONSE_ID>
        <TL_RESPONSE_ID>1</TL_RESPONSE_ID>
      </ModificationHistory>
    </ModificationHistory>
    <REMARKS>sample string 21</REMARKS>
    <REPORTED_DT>2026-01-09T13:59:08.3677784+00:00</REPORTED_DT>
    <REPORTED_SEVERITY>sample string 15</REPORTED_SEVERITY>
    <REPORTED_URGENCY>sample string 16</REPORTED_URGENCY>
    <TLID>19</TLID>
    <ThreatLevelResponse>
      <SelectedResponseModel>
        <RESPONSE>sample string 3</RESPONSE>
        <RESPONSE_ID>2</RESPONSE_ID>
        <TL_RESPONSE_ID>1</TL_RESPONSE_ID>
      </SelectedResponseModel>
      <SelectedResponseModel>
        <RESPONSE>sample string 3</RESPONSE>
        <RESPONSE_ID>2</RESPONSE_ID>
        <TL_RESPONSE_ID>1</TL_RESPONSE_ID>
      </SelectedResponseModel>
    </ThreatLevelResponse>
    <UPDATED_ON>2026-01-09T13:59:08.3687816+00:00</UPDATED_ON>
    <USER_ID>9</USER_ID>
  </PreviousIncidentsModel>
</ArrayOfPreviousIncidentsModel>