GET shows/{showId}/projectAccount/{projectAccountId}/functionalAreasPermissions
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
showId | integer |
Required |
|
projectAccountId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
BaseFunctionalAreaPermissionsDtoName | Description | Type | Additional information |
---|---|---|---|
ShowId | integer |
None. |
|
ProjectAccountId | integer |
None. |
|
CanUpdateAreaTemplateData | boolean |
None. |
|
CanUpdateFunctionalAreaData | boolean |
None. |
|
CanCreateFunctionalArea | boolean |
None. |
|
IsAccountTeamOrHigher | boolean |
None. |
Response Information
Response body formats
application/json, text/json
Sample:
{ "ShowId": 1, "ProjectAccountId": 2, "CanUpdateAreaTemplateData": true, "CanUpdateFunctionalAreaData": true, "CanCreateFunctionalArea": true, "IsAccountTeamOrHigher": true }