GET api/St_Permisions?id_user_profile={id_user_profile}&user_external_id={user_external_id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id_user_profile | globally unique identifier |
Required |
|
| user_external_id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of user_profile_permision| Name | Description | Type | Additional information |
|---|---|---|---|
| id_function | globally unique identifier |
None. |
|
| id_profile | globally unique identifier |
None. |
|
| id_user | globally unique identifier |
None. |
|
| function_group | string |
None. |
|
| function_name | string |
None. |
|
| function_description | string |
None. |
|
| profile_name | string |
None. |
|
| user_name | string |
None. |
|
| permission_profile | boolean |
None. |
|
| permission_user | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"id_function": "b952e83d-1f77-4210-bf92-415626bcf381",
"id_profile": "4e9a0fdb-7b8f-497c-9da0-c8d204e2d582",
"id_user": "430f0c12-fce3-4587-bcea-b23f4d9105d2",
"function_group": "sample string 4",
"function_name": "sample string 5",
"function_description": "sample string 6",
"profile_name": "sample string 7",
"user_name": "sample string 8",
"permission_profile": true,
"permission_user": true
},
{
"$ref": "1"
}
]