GET api/ResolvedIncidents
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ResolvedIncidentsModel| Name | Description | Type | Additional information |
|---|---|---|---|
| USER_ID | integer |
None. |
|
| FNAME | string |
None. |
|
| MNAME | string |
None. |
|
| LNAME | string |
None. |
|
| GENDER | string |
None. |
|
| GRADE | string |
None. |
|
| IMG_URL | string |
None. |
|
| REPORTED_DT | date |
None. |
|
| INCIDENT_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. |
|
| IS_RESOLVED_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. |
|
| ModificationHistory | Collection of ModificationHistory |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"USER_ID": 1,
"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",
"REPORTED_DT": "2026-01-09T13:56:35.6295386+00:00",
"INCIDENT_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,
"IS_RESOLVED_FLG": 64,
"REPORTED_SEVERITY": "sample string 16",
"REPORTED_URGENCY": "sample string 17",
"ADMIN_SEVERITY": "sample string 18",
"ADMIN_URGENCY": "sample string 19",
"TLID": 20,
"ADMIN_THREAT_LEVEL": "sample string 21",
"REMARKS": "sample string 22",
"UPDATED_ON": "2026-01-09T13:56:35.6305378+00:00",
"IMAGE_URLS": "sample string 24",
"ModificationHistory": [
{
"TL_RESPONSE_ID": 1,
"RESPONSE_ID": 2,
"RESPONSE": "sample string 3",
"MODIFIED_ON": "2026-01-09T13:56:35.6305378+00:00"
},
{
"TL_RESPONSE_ID": 1,
"RESPONSE_ID": 2,
"RESPONSE": "sample string 3",
"MODIFIED_ON": "2026-01-09T13:56:35.6305378+00:00"
}
]
},
{
"USER_ID": 1,
"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",
"REPORTED_DT": "2026-01-09T13:56:35.6295386+00:00",
"INCIDENT_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,
"IS_RESOLVED_FLG": 64,
"REPORTED_SEVERITY": "sample string 16",
"REPORTED_URGENCY": "sample string 17",
"ADMIN_SEVERITY": "sample string 18",
"ADMIN_URGENCY": "sample string 19",
"TLID": 20,
"ADMIN_THREAT_LEVEL": "sample string 21",
"REMARKS": "sample string 22",
"UPDATED_ON": "2026-01-09T13:56:35.6305378+00:00",
"IMAGE_URLS": "sample string 24",
"ModificationHistory": [
{
"TL_RESPONSE_ID": 1,
"RESPONSE_ID": 2,
"RESPONSE": "sample string 3",
"MODIFIED_ON": "2026-01-09T13:56:35.6305378+00:00"
},
{
"TL_RESPONSE_ID": 1,
"RESPONSE_ID": 2,
"RESPONSE": "sample string 3",
"MODIFIED_ON": "2026-01-09T13:56:35.6305378+00:00"
}
]
}
]
application/xml, text/xml
Sample:
<ArrayOfResolvedIncidentsModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/School.Models.ObjectModels">
<ResolvedIncidentsModel>
<ADMIN_SEVERITY>sample string 18</ADMIN_SEVERITY>
<ADMIN_THREAT_LEVEL>sample string 21</ADMIN_THREAT_LEVEL>
<ADMIN_URGENCY>sample string 19</ADMIN_URGENCY>
<FNAME>sample string 2</FNAME>
<GENDER>sample string 5</GENDER>
<GRADE>sample string 6</GRADE>
<IMAGE_URLS>sample string 24</IMAGE_URLS>
<IMG_URL>sample string 7</IMG_URL>
<INCIDENT_CAT>sample string 10</INCIDENT_CAT>
<INCIDENT_ID>9</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_RESOLVED_FLG>64</IS_RESOLVED_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:56:35.6305378+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:56:35.6305378+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 22</REMARKS>
<REPORTED_DT>2026-01-09T13:56:35.6295386+00:00</REPORTED_DT>
<REPORTED_SEVERITY>sample string 16</REPORTED_SEVERITY>
<REPORTED_URGENCY>sample string 17</REPORTED_URGENCY>
<TLID>20</TLID>
<UPDATED_ON>2026-01-09T13:56:35.6305378+00:00</UPDATED_ON>
<USER_ID>1</USER_ID>
</ResolvedIncidentsModel>
<ResolvedIncidentsModel>
<ADMIN_SEVERITY>sample string 18</ADMIN_SEVERITY>
<ADMIN_THREAT_LEVEL>sample string 21</ADMIN_THREAT_LEVEL>
<ADMIN_URGENCY>sample string 19</ADMIN_URGENCY>
<FNAME>sample string 2</FNAME>
<GENDER>sample string 5</GENDER>
<GRADE>sample string 6</GRADE>
<IMAGE_URLS>sample string 24</IMAGE_URLS>
<IMG_URL>sample string 7</IMG_URL>
<INCIDENT_CAT>sample string 10</INCIDENT_CAT>
<INCIDENT_ID>9</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_RESOLVED_FLG>64</IS_RESOLVED_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:56:35.6305378+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:56:35.6305378+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 22</REMARKS>
<REPORTED_DT>2026-01-09T13:56:35.6295386+00:00</REPORTED_DT>
<REPORTED_SEVERITY>sample string 16</REPORTED_SEVERITY>
<REPORTED_URGENCY>sample string 17</REPORTED_URGENCY>
<TLID>20</TLID>
<UPDATED_ON>2026-01-09T13:56:35.6305378+00:00</UPDATED_ON>
<USER_ID>1</USER_ID>
</ResolvedIncidentsModel>
</ArrayOfResolvedIncidentsModel>