GET api/Profiles

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Profile
NameDescriptionTypeAdditional information
ProfileId

integer

None.

ProfileName

string

None.

ProfileLevel

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ProfileId": 1,
    "ProfileName": "sample string 2",
    "ProfileLevel": 3
  },
  {
    "ProfileId": 1,
    "ProfileName": "sample string 2",
    "ProfileLevel": 3
  }
]