Class: UnallocateWorkItemRequest

tibco.objectapi.service.request.UnallocateWorkItemRequest

new UnallocateWorkItemRequest()

Object UnallocateWorkItemRequest Usage: RestApiService.getWorkItemManagementService().unallocateWorkItem(request, callback);
Since:
  • 4.0.0

Members

ids :Array.<number>

Query parameter: 'id' (Java type: List) One or more IDs of the work items to unallocate.
Type:
  • Array.<number>
Since:
  • 4.0.0

versions :Array.<number>

Query parameter: 'version' (Java type: List) Version of the work item. If not set, the latest version is used.
Type:
  • Array.<number>
Since:
  • 4.0.0