GET api/PublicityReleasePermission/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Publicity_ReleaseModel
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.

Grant_Permission_For_Interview_Photograph_FLG

integer

None.

DO_NOT_Grant_Permission_For_Interview_Photograph_FLG

integer

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-04-20T12:29:58.4348788+00:00",
    "Grant_Permission_For_Interview_Photograph_FLG": 8,
    "DO_NOT_Grant_Permission_For_Interview_Photograph_FLG": 9,
    "DocUrl": "sample string 10",
    "AID": 11
  },
  {
    "Id": 1,
    "USERID": 2,
    "StudentId": 3,
    "StudentName": "sample string 4",
    "SchoolName": "sample string 5",
    "Student_Parent_Sign": "sample string 6",
    "Sign_Date": "2026-04-20T12:29:58.4348788+00:00",
    "Grant_Permission_For_Interview_Photograph_FLG": 8,
    "DO_NOT_Grant_Permission_For_Interview_Photograph_FLG": 9,
    "DocUrl": "sample string 10",
    "AID": 11
  }
]

application/xml, text/xml

Sample:
<ArrayOfPublicity_ReleaseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/School.Models.Forms">
  <Publicity_ReleaseModel>
    <AID>11</AID>
    <DO_NOT_Grant_Permission_For_Interview_Photograph_FLG>9</DO_NOT_Grant_Permission_For_Interview_Photograph_FLG>
    <DocUrl>sample string 10</DocUrl>
    <Grant_Permission_For_Interview_Photograph_FLG>8</Grant_Permission_For_Interview_Photograph_FLG>
    <Id>1</Id>
    <SchoolName>sample string 5</SchoolName>
    <Sign_Date>2026-04-20T12:29:58.4348788+00:00</Sign_Date>
    <StudentId>3</StudentId>
    <StudentName>sample string 4</StudentName>
    <Student_Parent_Sign>sample string 6</Student_Parent_Sign>
    <USERID>2</USERID>
  </Publicity_ReleaseModel>
  <Publicity_ReleaseModel>
    <AID>11</AID>
    <DO_NOT_Grant_Permission_For_Interview_Photograph_FLG>9</DO_NOT_Grant_Permission_For_Interview_Photograph_FLG>
    <DocUrl>sample string 10</DocUrl>
    <Grant_Permission_For_Interview_Photograph_FLG>8</Grant_Permission_For_Interview_Photograph_FLG>
    <Id>1</Id>
    <SchoolName>sample string 5</SchoolName>
    <Sign_Date>2026-04-20T12:29:58.4348788+00:00</Sign_Date>
    <StudentId>3</StudentId>
    <StudentName>sample string 4</StudentName>
    <Student_Parent_Sign>sample string 6</Student_Parent_Sign>
    <USERID>2</USERID>
  </Publicity_ReleaseModel>
</ArrayOfPublicity_ReleaseModel>