POST UserModules
获取用户菜单
Request Information
URI Parameters
None.
Body Parameters
请求参数(RSA加密) 明文参数示例: { "AppID": 应用ID, "UserID": 用户ID, "Sign": "方法签名(MD5)", "TimeStamp": "时间戳(UNIX格式)" }
stringRequest Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
GetUserModulesResult| Name | Description | Type | Additional information |
|---|---|---|---|
| UserModules |
用户菜单 |
Collection of MKYModule |
None. |
| UserDashboards |
用户所有有权限的仪表盘 |
Collection of SimpleDashboard |
None. |
| DefaultDashboardID |
默认仪表盘ID |
integer |
None. |
| LeftDays |
剩余天数 |
integer |
None. |
| NearExpirationInfoText |
临近过期的提示信息 |
string |
None. |
| ResultCode |
返回代码 200为成功,其余为失败,原因参考 ResultMsg |
string |
None. |
| ResultMsg |
返回信息 |
string |
None. |
| ReturnValue |
返回数据 |
Object |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.