Get List of Subscription

Topics:

Use the following REST call to the list of current subscriptions

GET: /server/api/v1/server/cdc/subscribe

Topics:

Retrieves the list of current subscriptions.

Example:

GET https://localhost:9514/server/api/v1/server/cdc/subscribe

-- response --

200 OK
Server:  Apache-Coyote/1.1
X-Application-Context:  application:9500
Content-Type:  application/xml;charset=UTF-8
Transfer-Encoding:  chunked
Date:  Tue, 08	May 2018 11:25:11 GMT
<RestResponse>
  <status>0</status>
  <statusText/>
  <responseType>java.util.ArrayList</responseType>
  <responses>
    <responseItem>
      <CdcSubscriptionInfo>
        <subscriber>Test</subscriber>
        <subject>customer</subject>
        <source/>
        <connectionType>rest</connectionType>
        <connectionInfo/>
        <url>
    https://localhost:9500/controller/api/v1/server/cdc/subscribe/loopback
        </url>
        <createdDate>2016-05-10</createdDate>
        <lastUpdate>2016-05-10</lastUpdate>
        <id>ab529810-e4a8-4718-bb7d-b37240ceeffe</id>
        <status>E</status>
      </CdcSubscriptionInfo>
    </responseItem>
  </responses>
</RestResponse>