GET api/ToolsInRole?u={u}&t={t}&d={d}
获取角色工具列表
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| u |
用户ID |
integer |
Required |
| t |
[用户ID]|[用户密码,加密]|[requestTime]|[设备标识],加密 |
string |
Required |
| d |
RoleID=[RoleID,Guid] |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
获取角色工具列表
Collection of ToolsInRoleQuerys| Name | Description | Type | Additional information |
|---|---|---|---|
| AppID | globally unique identifier |
None. |
|
| RoleID | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| Number | integer |
None. |
|
| LogoUrl | string |
None. |
|
| Url | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"AppID": "4a0a03b0-7cf3-41cb-99c7-131b1f0b87f0",
"RoleID": "950cdcd5-437a-4670-ac7a-dcae9c34a9bf",
"Name": "sample string 3",
"Number": 4,
"LogoUrl": "sample string 5",
"Url": "sample string 6"
},
{
"AppID": "4a0a03b0-7cf3-41cb-99c7-131b1f0b87f0",
"RoleID": "950cdcd5-437a-4670-ac7a-dcae9c34a9bf",
"Name": "sample string 3",
"Number": 4,
"LogoUrl": "sample string 5",
"Url": "sample string 6"
}
]