GET api/v1/student/doc/{id}/{sq}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
|
| sq | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Document| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| SQ | integer |
None. |
|
| DT | date |
None. |
|
| GR | integer |
None. |
|
| CT | string |
None. |
|
| NM | string |
None. |
|
| XT | string |
None. |
|
| SZ | integer |
None. |
|
| SRC | string |
None. |
|
| SCT | string |
None. |
|
| UN | string |
None. |
|
| RB | Collection of byte |
None. |
Response Formats
application/json, text/json
Sample:
{
"ID": 1,
"SQ": 2,
"DT": "2026-02-03T18:31:54.1114673-08:00",
"GR": 4,
"CT": "sample string 5",
"NM": "sample string 6",
"XT": "sample string 7",
"SZ": 8,
"SRC": "sample string 9",
"SCT": "sample string 10",
"UN": "sample string 11",
"RB": "QEA="
}
application/xml, text/xml
Sample:
<Document xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SchoolMint.Aeries.Data"> <CT>sample string 5</CT> <DT>2026-02-03T18:31:54.1114673-08:00</DT> <GR>4</GR> <ID>1</ID> <NM>sample string 6</NM> <RB>QEA=</RB> <SCT>sample string 10</SCT> <SQ>2</SQ> <SRC>sample string 9</SRC> <SZ>8</SZ> <UN>sample string 11</UN> <XT>sample string 7</XT> </Document>