Class: GetWorkListItemsAllResourcesRequest

tibco.objectapi.service.request.GetWorkListItemsAllResourcesRequest

new GetWorkListItemsAllResourcesRequest(resourceType, start, count)

Object GetWorkListItemsAllResourcesRequest Usage: RestApiService.getWorkListService().getWorkListItemsAllResources(request, callback);
Parameters:
Name Type Description
resourceType string The only valid value is ALL. Returns a work list for all resources, subject to the sort and filter criteria specified.
start number (Java type: long) Position in the work item list from which to start this page. (The list is zero-based. To start at the first item, specify 0.)
count number (Java type: long) Number of work items (in the work item list) to include in this page.
Since:
  • 4.0.0

Members

enhancedAttributes :boolean

Query parameter: 'enhancedattributes' (Optional, default=false) If true, all 40 work item attributes are returned with the work items; if false, only work item attributes 1-14 are returned with the work items.
Type:
  • boolean
Since:
  • 4.0.0
Default Value:
  • = false

filterString :string

Query parameter: 'filterstring' (optional, default="") Specification of filter criteria to be applied to a work item list.
Type:
  • string
Since:
  • 4.0.0
Default Value:
  • = ""

orderString :string

Query parameter: 'orderstring' (optional, default="") Specification of sort criteria to be applied to a work item list.
Type:
  • string
Since:
  • 4.0.0
Default Value:
  • = ""