Class: OpenNextWorkItemClientRequest

tibco.objectapi.service.request.OpenNextWorkItemClientRequest

new OpenNextWorkItemClientRequest(userId)

Object OpenNextWorkItemClientRequest Usage: RestApiService.getClientService().openNextWorkItem(request, callback);
Parameters:
Name Type Description
userId string GUID of the resource that wants to open the work item.
Since:
  • 4.0.0

Members

channelId :string

Query parameter: 'channelid' (optional) Identifier of the channel to which the requesting client application is bound.
Type:
  • string
Since:
  • 4.0.0
Default Value:
  • = openspaceGWTPull_DefaultChannel

channelType :string

Query parameter: 'channeltype' (optional) 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
Default Value:
  • = openspaceChannel

responseType :string

Query parameter: 'responsetype' (optional) Enumerated value defining the format of the data payload to be used in the response message - either XML or JSON.
Type:
  • string
Since:
  • 4.0.0
Default Value:
  • = JSON

workListViewId :number

Query parameter: 'worklistviewid' (Java type: long) (optional) Identifier of the work list view associated with this work item, used to determine which work item to retrieve.
Type:
  • number
Since:
  • 4.0.0
Default Value:
  • = -1