POST Admin/Get_Admin_Settings?Ticket={Ticket}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Ticket | string |
Required |
Body Parameters
Params_Get_Admin_SettingsNone.
Request Formats
application/json, text/json
Sample:
{}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Result_Get_Admin_Settings| Name | Description | Type | Additional information |
|---|---|---|---|
| Settings | Collection of TBL_SETTINGS |
None. |
|
| ExceptionMsg | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Settings": [
{
"SETTING_ID": 1,
"SETTING_NAME": "sample string 2",
"SETTING_VALUE": "sample string 3",
"CREATE_DATE": "2026-02-04T02:35:24.3300864+00:00",
"CREATE_USER": 1,
"UPDATED_DATE": "2026-02-04T02:35:24.3300864+00:00",
"UPDATED_USER": 1
},
{
"SETTING_ID": 1,
"SETTING_NAME": "sample string 2",
"SETTING_VALUE": "sample string 3",
"CREATE_DATE": "2026-02-04T02:35:24.3300864+00:00",
"CREATE_USER": 1,
"UPDATED_DATE": "2026-02-04T02:35:24.3300864+00:00",
"UPDATED_USER": 1
}
],
"ExceptionMsg": "sample string 1"
}