GET api/GetRoleInfor/Detail?roleid={roleid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| roleid | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ApiResultOft_role| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | integer |
None. |
|
| Message | string |
None. |
|
| Data | t_role |
None. |
Response Formats
application/json, text/json
Sample:
{
"Code": 200,
"Message": "sample string 2",
"Data": {
"_id": 1,
"_rolename": "sample string 2",
"_iscontrol": 1
}
}
application/xml, text/xml
Sample:
<ApiResultOft_rolecPwBY3H0 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YC.Core" />