Class: GetPresentationChannelRequest

tibco.objectapi.service.request.GetPresentationChannelRequest

new GetPresentationChannelRequest()

Object GetPresentationChannelRequest Usage: RestApiService.getChannelBusService().getPresentationChannel(request, callback);
Since:
  • 4.0.0

Members

channelId :string

Query parameter: 'channelid' ID of the channel to use.
Type:
  • string
Since:
  • 4.0.0

channelType :string

Query parameter: 'channeltype' Enumerated value defining the channel type (technology) associated with the specified channelId. The valid entries are:
  • openspaceChannel
  • MobileChannel
  • GIChannel
  • EmailChannel

For more information, see "Identifying the Client Channel in a Service Call" in the developer guide.

Type:
  • string
Since:
  • 4.0.0