GET api/StudentInfoes/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
StudentInfoName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
WebSiteId | integer |
None. |
|
LoginName | string |
Required String length: inclusive between 0 and 50 |
|
Password | string |
Required String length: inclusive between 0 and 50 |
|
Notes | string |
String length: inclusive between 0 and 50 |
|
Status | string |
Required String length: inclusive between 0 and 50 |
|
CreateDate | date |
None. |
Response Formats
application/json, text/json
Sample:
{ "Id": 1, "WebSiteId": 2, "LoginName": "sample string 3", "Password": "sample string 4", "Notes": "sample string 5", "Status": "sample string 6", "CreateDate": "2025-04-25T20:13:48.9263308+08:00" }