GET api/DBHRM005/GetQuyenDuocCap?UserID={UserID}&GroupUserID={GroupUserID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| UserID | string |
Required |
|
| GroupUserID | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of NavAPIuserPermision| Name | Description | Type | Additional information |
|---|---|---|---|
| formName | string |
None. |
|
| name | string |
None. |
|
| formID | globally unique identifier |
None. |
|
| formCha | globally unique identifier |
None. |
|
| them | boolean |
None. |
|
| sua | boolean |
None. |
|
| xoa | boolean |
None. |
|
| thongke | boolean |
None. |
|
| baocao | boolean |
None. |
|
| formShowType | integer |
None. |
|
| ShowRibbon | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"formName": "sample string 1",
"name": "sample string 2",
"formID": "059eaf1e-bb9c-451b-ad75-0a0eb8bc76fc",
"formCha": "7489aeeb-4703-49dd-90ff-2450b7cefe6f",
"them": true,
"sua": true,
"xoa": true,
"thongke": true,
"baocao": true,
"formShowType": 8,
"ShowRibbon": true
},
{
"formName": "sample string 1",
"name": "sample string 2",
"formID": "059eaf1e-bb9c-451b-ad75-0a0eb8bc76fc",
"formCha": "7489aeeb-4703-49dd-90ff-2450b7cefe6f",
"them": true,
"sua": true,
"xoa": true,
"thongke": true,
"baocao": true,
"formShowType": 8,
"ShowRibbon": true
}
]