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": "4efea1a7-d430-4bf2-b086-aaa336d5c0f4",
"formCha": "9f4009aa-bc70-4d58-b638-87042903fccc",
"them": true,
"sua": true,
"xoa": true,
"thongke": true,
"baocao": true,
"formShowType": 8,
"ShowRibbon": true
},
{
"formName": "sample string 1",
"name": "sample string 2",
"formID": "4efea1a7-d430-4bf2-b086-aaa336d5c0f4",
"formCha": "9f4009aa-bc70-4d58-b638-87042903fccc",
"them": true,
"sua": true,
"xoa": true,
"thongke": true,
"baocao": true,
"formShowType": 8,
"ShowRibbon": true
}
]