GET api/AppRole?uid={uid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| uid | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
AppRole| Name | Description | Type | Additional information |
|---|---|---|---|
| RoleId | integer |
None. |
|
| Title | string |
None. |
|
| Description | string |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedOn | date |
None. |
|
| IsDeleted | integer |
None. |
|
| ModifiedBy | integer |
None. |
|
| ModifiedOn | date |
None. |
|
| OrgId | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"RoleId": 1,
"Title": "sample string 2",
"Description": "sample string 3",
"CreatedBy": 4,
"CreatedOn": "2026-05-20T17:31:07.7598463+05:00",
"IsDeleted": 6,
"ModifiedBy": 1,
"ModifiedOn": "2026-05-20T17:31:07.7598463+05:00",
"OrgId": 7
}