POST Api/StudentDemographics/GetStudentSeizureDetailsByStudenId

Request Information

URI Parameters

None.

Body Parameters

StudentModel
NameDescriptionTypeAdditional information
Contact_ID

decimal number

None.

StudentID

string

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:
{
  "Contact_ID": 1.0,
  "StudentID": "sample string 2",
  "CampusName": "sample string 3",
  "UserID": "sample string 4",
  "DeviceID": "sample string 5",
  "DeviceOS": "sample string 6",
  "Version": "sample string 7",
  "accessToken": "sample string 8"
}

text/html

Sample:
{"Contact_ID":1.0,"StudentID":"sample string 2","CampusName":"sample string 3","UserID":"sample string 4","DeviceID":"sample string 5","DeviceOS":"sample string 6","Version":"sample string 7","accessToken":"sample string 8"}

application/xml, text/xml

Sample:
<StudentModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ParadigmPioneer.Core.Model.AdminPanel">
  <CampusName xmlns="http://schemas.datacontract.org/2004/07/ParadigmPioneer.Core.Model">sample string 3</CampusName>
  <DeviceID xmlns="http://schemas.datacontract.org/2004/07/ParadigmPioneer.Core.Model">sample string 5</DeviceID>
  <DeviceOS xmlns="http://schemas.datacontract.org/2004/07/ParadigmPioneer.Core.Model">sample string 6</DeviceOS>
  <UserID xmlns="http://schemas.datacontract.org/2004/07/ParadigmPioneer.Core.Model">sample string 4</UserID>
  <Version xmlns="http://schemas.datacontract.org/2004/07/ParadigmPioneer.Core.Model">sample string 7</Version>
  <accessToken xmlns="http://schemas.datacontract.org/2004/07/ParadigmPioneer.Core.Model">sample string 8</accessToken>
  <Contact_ID>1</Contact_ID>
  <StudentID>sample string 2</StudentID>
</StudentModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

StudentSeizureDetailsReturnResult
NameDescriptionTypeAdditional information
status

boolean

None.

message

string

None.

data

Collection of StudentSeizureDetailsModel

None.

Response Formats

application/json, text/json

Sample:
{
  "status": true,
  "message": "sample string 2",
  "data": [
    {
      "SEIZUREDESCRIPTION": "sample string 1",
      "FIRSTSEIZURE": "2025-05-31T23:12:58.3974643-04:00",
      "LASTSEIZURE": "2025-05-31T23:12:58.3974643-04:00",
      "FIRSTSEIZUREstring": "sample string 2",
      "LASTSEIZUREstring": "sample string 3"
    },
    {
      "SEIZUREDESCRIPTION": "sample string 1",
      "FIRSTSEIZURE": "2025-05-31T23:12:58.3974643-04:00",
      "LASTSEIZURE": "2025-05-31T23:12:58.3974643-04:00",
      "FIRSTSEIZUREstring": "sample string 2",
      "LASTSEIZUREstring": "sample string 3"
    }
  ]
}

text/html

Sample:
{"status":true,"message":"sample string 2","data":[{"SEIZUREDESCRIPTION":"sample string 1","FIRSTSEIZURE":"2025-05-31T23:12:58.3974643-04:00","LASTSEIZURE":"2025-05-31T23:12:58.3974643-04:00","FIRSTSEIZUREstring":"sample string 2","LASTSEIZUREstring":"sample string 3"},{"SEIZUREDESCRIPTION":"sample string 1","FIRSTSEIZURE":"2025-05-31T23:12:58.3974643-04:00","LASTSEIZURE":"2025-05-31T23:12:58.3974643-04:00","FIRSTSEIZUREstring":"sample string 2","LASTSEIZUREstring":"sample string 3"}]}

application/xml, text/xml

Sample:
<StudentSeizureDetailsReturnResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ParadigmPioneer.Core.Model.AdminPanel">
  <data>
    <StudentSeizureDetailsModel>
      <FIRSTSEIZURE>2025-05-31T23:12:58.3974643-04:00</FIRSTSEIZURE>
      <FIRSTSEIZUREstring>sample string 2</FIRSTSEIZUREstring>
      <LASTSEIZURE>2025-05-31T23:12:58.3974643-04:00</LASTSEIZURE>
      <LASTSEIZUREstring>sample string 3</LASTSEIZUREstring>
      <SEIZUREDESCRIPTION>sample string 1</SEIZUREDESCRIPTION>
    </StudentSeizureDetailsModel>
    <StudentSeizureDetailsModel>
      <FIRSTSEIZURE>2025-05-31T23:12:58.3974643-04:00</FIRSTSEIZURE>
      <FIRSTSEIZUREstring>sample string 2</FIRSTSEIZUREstring>
      <LASTSEIZURE>2025-05-31T23:12:58.3974643-04:00</LASTSEIZURE>
      <LASTSEIZUREstring>sample string 3</LASTSEIZUREstring>
      <SEIZUREDESCRIPTION>sample string 1</SEIZUREDESCRIPTION>
    </StudentSeizureDetailsModel>
  </data>
  <message>sample string 2</message>
  <status>true</status>
</StudentSeizureDetailsReturnResult>