GET api/AppSetting/GetAppSettingByName?name={name}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| name | string |
Required |
Body Parameters
None.
Response Information
Resource Description
AppSetting| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
None. |
|
| Value | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"Name": "sample string 2",
"Value": "sample string 3"
}
multipart/form-data
Sample:
{"Id":1,"Name":"sample string 2","Value":"sample string 3"}