GET shows/{showId}/accounts/{accountId}/showAccounts/{showAccountId}/showAccountUsers/{showAccountUserId}/showAccountUserPermissions

Request Information

URI Parameters

NameDescriptionTypeAdditional information
showId

integer

Required

accountId

integer

Required

showAccountId

integer

Required

showAccountUserId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of ShowAccountUserPermissionDto
NameDescriptionTypeAdditional 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
  }
]