POST Admin/IsAdminAuthenticated
Request Information
URI Parameters
None.
Body Parameters
Params_IsAdminAuthenticatedName | Description | Type | Additional information |
---|---|---|---|
Username | string |
None. |
|
Password | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Username": "sample string 1", "Password": "sample string 2" }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
AdminInfoName | Description | Type | Additional information |
---|---|---|---|
UserID | integer |
None. |
|
Name | string |
None. |
|
Permissions | string |
None. |
|
Ticket | string |
None. |
|
IsAuthenticated | boolean |
None. |
|
ExceptionMsg | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "UserID": 1, "Name": "sample string 2", "Permissions": "sample string 3", "Ticket": "sample string 4", "IsAuthenticated": true, "ExceptionMsg": "sample string 6" }