GET api/StudentInfoes
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of 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:31:36.4825592+08:00" }, { "Id": 1, "WebSiteId": 2, "LoginName": "sample string 3", "Password": "sample string 4", "Notes": "sample string 5", "Status": "sample string 6", "CreateDate": "2025-04-25T20:31:36.4825592+08:00" } ]