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