GET showAccounts/{showAccountId}/users/permissions

Request Information

URI Parameters

NameDescriptionTypeAdditional information
showAccountId

integer

Required

Body Parameters

None.

Response Information

Resource Description

ShowAccountPermissionsDto
NameDescriptionTypeAdditional information
ShowAccountId

integer

None.

Permissions

Collection of PermissionType

None.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "ShowAccountId": 1,
  "Permissions": [
    0,
    0
  ]
}