GET api/v2/doc/{schoolCode}/{studentNumber}/{sq}

Get a specific item.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
schoolCode

integer

Required

studentNumber

integer

Required

sq

integer

Required

Body Parameters

None.

Response Information

Resource Description

DocTable
NameDescriptionTypeAdditional information
SC

integer

None.

SN

integer

None.

ID

integer

None.

SQ

integer

None.

DT

date

None.

GR

integer

None.

CT

string

None.

NM

string

None.

XT

string

None.

SZ

integer

None.

LK

boolean

None.

SRC

string

None.

SCT

string

None.

TY

string

None.

UN

string

None.

IDT

date

None.

IUI

integer

None.

IUN

string

None.

UUI

integer

None.

UUN

string

None.

RID

string

None.

RB

Collection of byte

None.

Response Formats

application/json, text/json

Sample:
{
  "SC": 1,
  "SN": 2,
  "ID": 3,
  "SQ": 4,
  "DT": "2024-09-28T16:35:30.0976374-07:00",
  "GR": 5,
  "CT": "sample string 6",
  "NM": "sample string 7",
  "XT": "sample string 8",
  "SZ": 9,
  "LK": true,
  "SRC": "sample string 11",
  "SCT": "sample string 12",
  "TY": "sample string 13",
  "UN": "sample string 14",
  "IDT": "2024-09-28T16:35:30.0976374-07:00",
  "IUI": 15,
  "IUN": "sample string 16",
  "UUI": 17,
  "UUN": "sample string 18",
  "RID": "sample string 19",
  "RB": "QEA="
}

application/xml, text/xml

Sample:
<DocTable xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SchoolMint.Aeries.DataV2">
  <CT>sample string 6</CT>
  <DT>2024-09-28T16:35:30.0976374-07:00</DT>
  <GR>5</GR>
  <ID>3</ID>
  <IDT>2024-09-28T16:35:30.0976374-07:00</IDT>
  <IUI>15</IUI>
  <IUN>sample string 16</IUN>
  <LK>true</LK>
  <NM>sample string 7</NM>
  <RB>QEA=</RB>
  <RID>sample string 19</RID>
  <SC>1</SC>
  <SCT>sample string 12</SCT>
  <SN>2</SN>
  <SQ>4</SQ>
  <SRC>sample string 11</SRC>
  <SZ>9</SZ>
  <TY>sample string 13</TY>
  <UN>sample string 14</UN>
  <UUI>17</UUI>
  <UUN>sample string 18</UUN>
  <XT>sample string 8</XT>
</DocTable>