GET showAccounts/{showAccountId}/users/permissions
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| showAccountId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ShowAccountPermissionsDto| Name | Description | Type | Additional information |
|---|---|---|---|
| ShowAccountId | integer |
None. |
|
| Permissions | Collection of PermissionType |
None. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"ShowAccountId": 1,
"Permissions": [
0,
0
]
}