GET api/ApplicationConstant/SystemSettings
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of TSystemSettingsModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| SystemID | integer |
None. |
|
| GroupCode | string |
String length: inclusive between 0 and 20 |
|
| GroupName | string |
String length: inclusive between 0 and 100 |
|
| KeyCode | string |
String length: inclusive between 0 and 50 |
|
| KeyName | string |
String length: inclusive between 0 and 100 |
|
| KeyValue | string |
String length: inclusive between 0 and 100 |
|
| KeyType | string |
String length: inclusive between 0 and 20 |
|
| Remark | string |
String length: inclusive between 0 and 100 |
Response Formats
application/json, text/json
Sample:
[
{
"ID": 1,
"SystemID": 1,
"GroupCode": "sample string 2",
"GroupName": "sample string 3",
"KeyCode": "sample string 4",
"KeyName": "sample string 5",
"KeyValue": "sample string 6",
"KeyType": "sample string 7",
"Remark": "sample string 8"
},
{
"ID": 1,
"SystemID": 1,
"GroupCode": "sample string 2",
"GroupName": "sample string 3",
"KeyCode": "sample string 4",
"KeyName": "sample string 5",
"KeyValue": "sample string 6",
"KeyType": "sample string 7",
"Remark": "sample string 8"
}
]
application/xml, text/xml
Sample:
<ArrayOfTSystemSettingsModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SysModels">
<TSystemSettingsModel>
<GroupCode>sample string 2</GroupCode>
<GroupName>sample string 3</GroupName>
<ID>1</ID>
<KeyCode>sample string 4</KeyCode>
<KeyName>sample string 5</KeyName>
<KeyType>sample string 7</KeyType>
<KeyValue>sample string 6</KeyValue>
<Remark>sample string 8</Remark>
<SystemID>1</SystemID>
</TSystemSettingsModel>
<TSystemSettingsModel>
<GroupCode>sample string 2</GroupCode>
<GroupName>sample string 3</GroupName>
<ID>1</ID>
<KeyCode>sample string 4</KeyCode>
<KeyName>sample string 5</KeyName>
<KeyType>sample string 7</KeyType>
<KeyValue>sample string 6</KeyValue>
<Remark>sample string 8</Remark>
<SystemID>1</SystemID>
</TSystemSettingsModel>
</ArrayOfTSystemSettingsModel>