API Documentation

Last Update: 28 December 2022

GET api/SystemConfiguration



Request Information


URI Parameters

None.


Body Parameters

None.

Response Information


Resource Description
Collection of SystemConfiguration
Name Description Type Additional information
ID

integer

None.

KeyName

string

None.

ValueName

string

None.

SendAsParameter

string

None.

isEncoded

boolean

None.

isVisible

boolean

None.

Response Formats
application/json, text/json
Sample:
[
  {
    "$id": "1",
    "ID": 1,
    "KeyName": "sample string 2",
    "ValueName": "sample string 3",
    "SendAsParameter": "sample string 4",
    "isEncoded": true,
    "isVisible": true
  },
  {
    "$ref": "1"
  }
]