Get List of Channel Providers by Type
HTTPS Method |
GET |
URI |
https://<server>/adminapi/channelProvider?type=<type> |
Example URI |
https://uccx-server/adminapi/channelProvider?type=email |
Accept |
Application/XML, Application/JSON |
HTTPS Success Code |
200 |
HTTPS Failure Codes |
500 |
Error Codes |
— |
Success Response
<?xmlversion="1.0"encoding="UTF-8"standalone="yes"?>
<channelProvider>
<self>https://uccx-server/adminapi/channelProvider/8</self>
<id>8</id>
<type>email</type>
<mailserverType>microsoft</mailserverType>
<proxyType>none</proxyType>
<useHttpProxy>false</useHttpProxy>
<send>
<fqdn>host.example.com</fqdn>
<port>465</port>
<protocol>SMTP</protocol>
</send>
<receive>
<fqdn>host.example.com</fqdn>
<port>993</port>
<protocol>IMAP</protocol>
</receive>
<description>This is a channel provider.</description>
</channelProvider>