GET api/GetMember?StudentNumber={StudentNumber}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| StudentNumber | string |
Required |
Body Parameters
None.
Response Information
Resource Description
CMemberInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| 学生番号 | Object |
None. |
|
| 学科名 | Object |
None. |
|
| 氏名 | Object |
None. |
|
| かな | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"学生番号": {},
"学科名": {},
"氏名": {},
"かな": {}
}
text/html
Sample:
{"学生番号":{},"学科名":{},"氏名":{},"かな":{}}
application/xml, text/xml
Sample:
<CMemberInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OusAlumniApi"> <かな /> <学生番号 /> <学科名 /> <氏名 /> </CMemberInfo>