GET api/Account/GetToken
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
BaseResponseOfGetTokenResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | integer |
None. |
|
| Msg | string |
None. |
|
| Exception | Exception |
None. |
|
| RetData | GetTokenResponse |
None. |
Response Formats
application/json, text/json
Sample:
{
"Code": 1,
"Msg": "sample string 2",
"Exception": {
"ClassName": "System.Exception",
"Message": null,
"Data": null,
"InnerException": null,
"HelpURL": "sample string 1",
"StackTraceString": null,
"RemoteStackTraceString": null,
"RemoteStackIndex": 0,
"ExceptionMethod": null,
"HResult": 3,
"Source": "sample string 2",
"WatsonBuckets": null
},
"RetData": {
"TokenInfo": {
"Token": "sample string 1",
"ExpireTime": "2026-03-07 20:31:21"
}
}
}