GET shows/{showId}/accounts/{accountId}/showAccounts/{showAccountId}/showAccountUsers/{showAccountUserId}/showAccountUserPermissions
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| showId | integer |
Required |
|
| accountId | integer |
Required |
|
| showAccountId | integer |
Required |
|
| showAccountUserId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ShowAccountUserPermissionDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ShowAccountUserId | integer |
None. |
|
| PermissionType | PermissionType |
None. |
Response Information
Response body formats
application/json, text/json
Sample:
[
{
"Id": 1,
"ShowAccountUserId": 2,
"PermissionType": 0
},
{
"Id": 1,
"ShowAccountUserId": 2,
"PermissionType": 0
}
]