Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

XML Response

JSON Response

Expand
titleXML Response
<emailConnections>
    <emailConnection exportReleaseLevel="7.2.0.0" exportTable="ops_email_connection" version="7">
        <authentication>true</authentication>
        <defaultUser>user1<authenticationType>Password</defaultUserauthenticationType>
        <authorized>false</authorized> <defaultUser>user1</defaultUser> <description>description</description>         <emailAddr>jane.doe@stonebranch.com</emailAddr>
        <imap />
        <imapPort />
        <imapSsl>true</imapSsl>         <imapStarttls>false</imapStarttls>
        <name>Email Connection 1</name>         <opswiseGroups <opswiseGroups />
        <smtp>server1</smtp>
        <smtpPort>4567</smtpPort>
        <smtpSsl>true</smtpSsl>
        <smtpStarttls>false</smtpStarttls>
        <sysId>62701879a6264107bb757a952bcc65cc</sysId>
        <systemConnection>true</systemConnection>
        <trashFolder />
        <type>Outgoing</type>
    </emailConnection>
    <emailConnection exportReleaseLevel="7.2.0.0" exportTable="ops_email_connection" version="2">  <authentication>true</authentication>
        <authentication>true<authenticationType>Password</authenticationauthenticationType>
        <authorized>false</authorized> <defaultUser>user2</defaultUser>
        <description>description</description>         <emailAddr>john.doe@stonebranch.com</emailAddr>         <imap />
        <imapPort />
        <imapSsl>true</imapSsl>         <imapStarttls>false</imapStarttls>         <name>Email Connection 2</name>
        > <opswiseGroups />
        <smtp>server2</smtp>         <smtpPort>4568</smtpPort>         <smtpSsl>true</smtpSsl>         <smtpStarttls>false</smtpStarttls>
        <sysId>62701879a6264107bb757a952bcc65cc</sysId>
        <systemConnection>true</systemConnection>
        <trashFolder />         <type>Outgoing</type>
    </emailConnection> <emailConnections>




Expand
titleJSON Response
{
    "authentication": true,
    "defaultUser": "user1",
    "description": "description",
    "emailAddr": "jane.doe@stonebranch.com",
"exportReleaseLevel": "7.2.0.0",
"exportTable": "ops_email_connection",
"imap": null, "imapPort": null, "imapSsl": true, "imapStarttls": null, "name": "Email Connection 1", "opswiseGroups": null, "retainSysIds": true, "smtp": "server1", "smtpPort": 4567, "smtpSsl": true, "smtpStarttls": false, "systemConnection": true, "sysId": "62701879a6264107bb757a952bcc65cc", "trashFolder": null, "type": "Outgoing" }
{
    "authentication": true, 
   "defaultUser": "user2",
    "description": "description",
    "emailAddr": "john.doe@stonebranch.com",
"exportReleaseLevel": "7.2.0.0",
"exportTable": "ops_email_connection",
    "imap": null,
    "imapPort": null,
    "imapSsl": true,
    "imapStarttls": null,
    "name": "Email Connection 1",
    "opswiseGroups": null,
    "retainSysIds": true,
    "smtp": "server2",
    "smtpPort": 4568,
    "smtpSsl": true,
    "smtpStarttls": false,
    "systemConnection": true,
    "sysId": "62701879a6264107bb757a952bcc65cc",
    "trashFolder": null,
    "type": "Outgoing"
}

...