GET v1/Config/SystemConfig?systemRecord={systemRecord}&configName={configName}
Retrieve System Configuration
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
systemRecord | SystemRecordCustomEnum |
Required |
|
configName | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Retrieve System Configuration
ConfigOutboundDTOName | Description | Type | Additional information |
---|---|---|---|
Name | string |
None. |
|
Description | string |
None. |
|
Type | string |
None. |
|
Value | Object |
None. |
|
WarningMessages |
List of warning messages encountered while servicing request |
Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Name": "sample string 1", "Description": "sample string 2", "Type": "sample string 3", "Value": {} }
application/xml, text/xml
Sample:
<ConfigOutboundDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GCApi.Models.Outbound"> <Id>5</Id> <Description>sample string 2</Description> <Name>sample string 1</Name> <Type>sample string 3</Type> <Value /> </ConfigOutboundDTO>