GET api/v1/student/aut/{studentId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| studentId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Authorization| Name | Description | Type | Additional information |
|---|---|---|---|
| SchoolCode | integer |
None. |
|
| StudentNumber | integer |
None. |
|
| StudentId | integer |
None. |
|
| SQ | integer |
None. |
|
| TY | string |
None. |
|
| CO | string |
None. |
|
| DT | date |
None. |
|
| ST | string |
None. |
|
| CD | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"SchoolCode": 1,
"StudentNumber": 2,
"StudentId": 3,
"SQ": 4,
"TY": "sample string 5",
"CO": "sample string 6",
"DT": "2026-02-03T18:31:54.6271086-08:00",
"ST": "sample string 7",
"CD": "sample string 8"
},
{
"SchoolCode": 1,
"StudentNumber": 2,
"StudentId": 3,
"SQ": 4,
"TY": "sample string 5",
"CO": "sample string 6",
"DT": "2026-02-03T18:31:54.6271086-08:00",
"ST": "sample string 7",
"CD": "sample string 8"
}
]
application/xml, text/xml
Sample:
<ArrayOfAuthorization xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SchoolMint.Aeries.Data">
<Authorization>
<CD>sample string 8</CD>
<CO>sample string 6</CO>
<DT>2026-02-03T18:31:54.6271086-08:00</DT>
<SQ>4</SQ>
<ST>sample string 7</ST>
<SchoolCode>1</SchoolCode>
<StudentId>3</StudentId>
<StudentNumber>2</StudentNumber>
<TY>sample string 5</TY>
</Authorization>
<Authorization>
<CD>sample string 8</CD>
<CO>sample string 6</CO>
<DT>2026-02-03T18:31:54.6271086-08:00</DT>
<SQ>4</SQ>
<ST>sample string 7</ST>
<SchoolCode>1</SchoolCode>
<StudentId>3</StudentId>
<StudentNumber>2</StudentNumber>
<TY>sample string 5</TY>
</Authorization>
</ArrayOfAuthorization>