GET shows/{showId}/permissions
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
showId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ManageShowPermissionsDtoName | Description | Type | Additional information |
---|---|---|---|
ShowId | integer |
None. |
|
CanUpdateAreaTemplateData | boolean |
None. |
|
CanUpdateShowData | boolean |
None. |
|
CanUpdateShowTeam | boolean |
None. |
|
CanPotentiallyViewProjectVendors | boolean |
None. |
|
CanViewBudgetExtractReport | boolean |
None. |
|
CanViewLineItemChangeReport | boolean |
None. |
|
CanViewCancelledLineItemReport | boolean |
None. |
|
CanUpdateShowFacility | boolean |
None. |
|
IsUserVendorOnShow | boolean |
None. |
Response Information
Response body formats
application/json, text/json
Sample:
{ "ShowId": 1, "CanUpdateAreaTemplateData": true, "CanUpdateShowData": true, "CanUpdateShowTeam": true, "CanPotentiallyViewProjectVendors": true, "CanViewBudgetExtractReport": true, "CanViewLineItemChangeReport": true, "CanViewCancelledLineItemReport": true, "CanUpdateShowFacility": true, "IsUserVendorOnShow": true }