Jump to: navigation, search

Get channel by ID

This operation is part of the Channels API section of the Web Services API.

Overview

Returns a user's state for the specified channel.

Request URL /api/v2/me/channels/{id}
HTTP Method GET
Required Features api-multimedia

Sample

Request

GET /api/v2/me/channels/email

HTTP Response

{
   "statusCode": 0
}

CometD Notification

{  
   "channels":{  
      "channel":"email",
      "userState":{  
         "id":"900D55CC-2BB0-431F-8BF9-D3525B383BE6",
         "displayName":"Not Ready",
         "state":"NotReady"
      }
   }
}
This page was last edited on March 25, 2016, at 18:23.
Comments or questions about this documentation? Contact us for support!