GET api/Email?Key={Key}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
Key
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "SettingId": "sample string 1",
  "KeyField": "sample string 2",
  "UserId": "sample string 3",
  "Password": "sample string 4",
  "Host": "sample string 5",
  "Port": "sample string 6",
  "PlaceHolder1": "sample string 7",
  "PlaceHolder2": "sample string 8",
  "PlaceHolder3": "sample string 9"
}

application/xml, text/xml

Sample:
<AppSettings xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ConnectAPI.Models">
  <Host>sample string 5</Host>
  <KeyField>sample string 2</KeyField>
  <Password>sample string 4</Password>
  <PlaceHolder1>sample string 7</PlaceHolder1>
  <PlaceHolder2>sample string 8</PlaceHolder2>
  <PlaceHolder3>sample string 9</PlaceHolder3>
  <Port>sample string 6</Port>
  <SettingId>sample string 1</SettingId>
  <UserId>sample string 3</UserId>
</AppSettings>