GET api/UserRole
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Role| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| RoleDescription | string |
String length: inclusive between 0 and 150 |
|
| ADRoleId | string |
String length: inclusive between 0 and 100 |
|
| RoleCategoryId | integer |
None. |
|
| RoleInLineDescription | string |
String length: inclusive between 0 and 250 |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "2",
"id": 1,
"roleDescription": "sample string 2",
"adRoleId": "sample string 3",
"roleCategoryId": 4,
"roleInLineDescription": "sample string 5"
},
{
"$ref": "2"
}
]