GET api/aspnet_Roles/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

aspnet_Roles
NameDescriptionTypeAdditional information
ApplicationId

globally unique identifier

None.

RoleId

globally unique identifier

None.

RoleName

string

Required

String length: inclusive between 0 and 256

LoweredRoleName

string

Required

String length: inclusive between 0 and 256

Description

string

String length: inclusive between 0 and 256

aspnet_Users

Collection of aspnet_Users

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 'Etisalat_API.Models.aspnet_Roles'. Path 'aspnet_Users[0].aspnet_Roles'.

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 'Etisalat_API.Models.aspnet_Roles'. Path 'aspnet_Users[0].aspnet_Roles'.