Get a Channel Provider

HTTPS Method

GET

URI

https://<server>/adminapi/channelProvider/<ID>

Example URI

https://uccx-server/adminapi/channelProvider/8

Accept

Application/XML, Application/JSON

HTTPS Success Code

200

HTTPS Failure Codes

404, 500

Error Codes

Success Response

Code Snippet
Copy<?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>