POST Api/Incident/GetIncidentListByFilter

Request Information

URI Parameters

None.

Body Parameters

IncidentFilterRequestModel
NameDescriptionTypeAdditional information
studentId

decimal number

None.

staffId

decimal number

None.

StartDate

date

None.

EndDate

date

None.

ReportTypeId

decimal number

None.

IsRestraint

boolean

None.

CampusName

string

None.

UserID

string

None.

DeviceID

string

None.

DeviceOS

string

None.

Version

string

None.

accessToken

string

Required

Matching regular expression pattern: ^a4768b1a-b5c1-4561-86e7-324b8a368354$

Request Formats

application/json, text/json

Sample:
{
  "studentId": 1.0,
  "staffId": 1.0,
  "StartDate": "2025-05-31T23:08:53.1570797-04:00",
  "EndDate": "2025-05-31T23:08:53.1570797-04:00",
  "ReportTypeId": 1.0,
  "IsRestraint": true,
  "CampusName": "sample string 2",
  "UserID": "sample string 3",
  "DeviceID": "sample string 4",
  "DeviceOS": "sample string 5",
  "Version": "sample string 6",
  "accessToken": "sample string 7"
}

text/html

Sample:
{"studentId":1.0,"staffId":1.0,"StartDate":"2025-05-31T23:08:53.1570797-04:00","EndDate":"2025-05-31T23:08:53.1570797-04:00","ReportTypeId":1.0,"IsRestraint":true,"CampusName":"sample string 2","UserID":"sample string 3","DeviceID":"sample string 4","DeviceOS":"sample string 5","Version":"sample string 6","accessToken":"sample string 7"}

application/xml, text/xml

Sample:
<IncidentFilterRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ParadigmPioneer.Core.Model">
  <CampusName>sample string 2</CampusName>
  <DeviceID>sample string 4</DeviceID>
  <DeviceOS>sample string 5</DeviceOS>
  <UserID>sample string 3</UserID>
  <Version>sample string 6</Version>
  <accessToken>sample string 7</accessToken>
  <EndDate>2025-05-31T23:08:53.1570797-04:00</EndDate>
  <IsRestraint>true</IsRestraint>
  <ReportTypeId>1</ReportTypeId>
  <StartDate>2025-05-31T23:08:53.1570797-04:00</StartDate>
  <staffId>1</staffId>
  <studentId>1</studentId>
</IncidentFilterRequestModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json, text/html

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />