GET api/AspNetRoles

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of AspNetRoles
NameDescriptionTypeAdditional information
Id

string

String length: inclusive between 0 and 128

Name

string

Required

String length: inclusive between 0 and 256

idDivision

integer

None.

AspNetUserRoles

Collection of AspNetUserRoles

None.

PermisoPerfil

Collection of PermisoPerfil

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": "sample string 1",
    "Name": "sample string 2",
    "idDivision": 1
  },
  {
    "Id": "sample string 1",
    "Name": "sample string 2",
    "idDivision": 1
  }
]

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.