GET api/MilitaryInformation/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of MilitaryInformationOptoutModel
NameDescriptionTypeAdditional information
Id

integer

None.

USERID

integer

None.

StudentId

integer

None.

StudentName

string

None.

SchoolName

string

None.

Student_Parent_Sign

string

None.

Sign_Date

date

None.

Info_Do_Not_Release_to_Military_Recruiters_FLG

byte

None.

Info_Do_Not_Release_to_College_University_Recruiters_FLG

byte

None.

Info_Do_Not_Release_to_Employers_FLG

byte

None.

DocUrl

string

None.

AID

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "USERID": 2,
    "StudentId": 3,
    "StudentName": "sample string 4",
    "SchoolName": "sample string 5",
    "Student_Parent_Sign": "sample string 6",
    "Sign_Date": "2026-01-09T13:58:55.587365+00:00",
    "Info_Do_Not_Release_to_Military_Recruiters_FLG": 64,
    "Info_Do_Not_Release_to_College_University_Recruiters_FLG": 64,
    "Info_Do_Not_Release_to_Employers_FLG": 64,
    "DocUrl": "sample string 11",
    "AID": 12
  },
  {
    "Id": 1,
    "USERID": 2,
    "StudentId": 3,
    "StudentName": "sample string 4",
    "SchoolName": "sample string 5",
    "Student_Parent_Sign": "sample string 6",
    "Sign_Date": "2026-01-09T13:58:55.587365+00:00",
    "Info_Do_Not_Release_to_Military_Recruiters_FLG": 64,
    "Info_Do_Not_Release_to_College_University_Recruiters_FLG": 64,
    "Info_Do_Not_Release_to_Employers_FLG": 64,
    "DocUrl": "sample string 11",
    "AID": 12
  }
]

application/xml, text/xml

Sample:
<ArrayOfMilitaryInformationOptoutModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/School.Models.Forms">
  <MilitaryInformationOptoutModel>
    <AID>12</AID>
    <DocUrl>sample string 11</DocUrl>
    <Id>1</Id>
    <Info_Do_Not_Release_to_College_University_Recruiters_FLG>64</Info_Do_Not_Release_to_College_University_Recruiters_FLG>
    <Info_Do_Not_Release_to_Employers_FLG>64</Info_Do_Not_Release_to_Employers_FLG>
    <Info_Do_Not_Release_to_Military_Recruiters_FLG>64</Info_Do_Not_Release_to_Military_Recruiters_FLG>
    <SchoolName>sample string 5</SchoolName>
    <Sign_Date>2026-01-09T13:58:55.587365+00:00</Sign_Date>
    <StudentId>3</StudentId>
    <StudentName>sample string 4</StudentName>
    <Student_Parent_Sign>sample string 6</Student_Parent_Sign>
    <USERID>2</USERID>
  </MilitaryInformationOptoutModel>
  <MilitaryInformationOptoutModel>
    <AID>12</AID>
    <DocUrl>sample string 11</DocUrl>
    <Id>1</Id>
    <Info_Do_Not_Release_to_College_University_Recruiters_FLG>64</Info_Do_Not_Release_to_College_University_Recruiters_FLG>
    <Info_Do_Not_Release_to_Employers_FLG>64</Info_Do_Not_Release_to_Employers_FLG>
    <Info_Do_Not_Release_to_Military_Recruiters_FLG>64</Info_Do_Not_Release_to_Military_Recruiters_FLG>
    <SchoolName>sample string 5</SchoolName>
    <Sign_Date>2026-01-09T13:58:55.587365+00:00</Sign_Date>
    <StudentId>3</StudentId>
    <StudentName>sample string 4</StudentName>
    <Student_Parent_Sign>sample string 6</Student_Parent_Sign>
    <USERID>2</USERID>
  </MilitaryInformationOptoutModel>
</ArrayOfMilitaryInformationOptoutModel>