GET api/Sense/GetLoginInfo/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of LoginInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| UName | string |
None. |
|
| URealName | string |
None. |
|
| IsAdmin | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"UName": "sample string 1",
"URealName": "sample string 2",
"IsAdmin": "sample string 3"
},
{
"$ref": "1"
}
]