GET api/AdminUserPermissions/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
AdminUserPermission| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ButtonName | string |
String length: inclusive between 0 and 250 |
|
| Description | string |
None. |
|
| IsDeleted | boolean |
None. |
|
| EmailAddress | string |
None. |
|
| Subject | string |
None. |
|
| Hyperlink | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1,
"buttonName": "sample string 2",
"description": "sample string 3",
"isDeleted": true,
"emailAddress": "sample string 4",
"subject": "sample string 5",
"hyperlink": "sample string 6"
}