GET api/Permission/GetMenuCMSForManagerAccount?accountId={accountId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
accountId

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Collection of CmsMenu
NameDescriptionTypeAdditional information
Path

string

None.

Title

string

None.

Icon

string

None.

Type

string

None.

BadgeType

string

None.

BadgeValue

string

None.

Active

boolean

None.

Bookmark

boolean

None.

Roles

Collection of RoleEnum

None.

Key

string

None.

Children

Collection of CmsMenu

None.

Functions

Collection of FunctionMenu

None.

IsAllow

boolean

None.

Response Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Self referencing loop detected with type 'Common.Model.Generics.CmsMenu'. Path '[0].Children'.

text/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Self referencing loop detected with type 'Common.Model.Generics.CmsMenu'. Path '[0].Children'.

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Object graph for type 'Common.Model.Generics.CmsMenu' contains cycles and cannot be serialized if reference tracking is disabled.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Object graph for type 'Common.Model.Generics.CmsMenu' contains cycles and cannot be serialized if reference tracking is disabled.