GET shows/{showId}/account/{accountId}/showAccount/{showAccountId}/permissions

Request Information

URI Parameters

NameDescriptionTypeAdditional information
showId

integer

Required

accountId

integer

Required

showAccountId

integer

Required

Body Parameters

None.

Response Information

Resource Description

ManageShowAccountPermissionsDto
NameDescriptionTypeAdditional information
ShowAccountId

integer

None.

CanModifyExternalShowAccountUsers

boolean

None.

CanModifyInternalShowAccountUsers

boolean

None.

CanViewExternalShowAccountUsers

boolean

None.

CanViewInternalShowAccountUsers

boolean

None.

CanAddBooth

boolean

None.

CanViewBudget

boolean

None.

CanUpdateBudget

boolean

None.

CanViewProjectAccountDesignBranches

boolean

None.

CanOrder

boolean

None.

CanViewLineItemSummary

boolean

None.

CanViewDocumentLibraryLink

boolean

None.

CanViewVendorSearchSection

boolean

None.

CanViewProjectAccountVendors

boolean

None.

CanViewEventMetricsLink

boolean

None.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "ShowAccountId": 1,
  "CanModifyExternalShowAccountUsers": true,
  "CanModifyInternalShowAccountUsers": true,
  "CanViewExternalShowAccountUsers": true,
  "CanViewInternalShowAccountUsers": true,
  "CanAddBooth": true,
  "CanViewBudget": true,
  "CanUpdateBudget": true,
  "CanViewProjectAccountDesignBranches": true,
  "CanOrder": true,
  "CanViewLineItemSummary": true,
  "CanViewDocumentLibraryLink": true,
  "CanViewVendorSearchSection": true,
  "CanViewProjectAccountVendors": true,
  "CanViewEventMetricsLink": true
}