The table summarizes the REST API - getWorkListItemsAllResources.
Request
Format
GET <baseurl>/worklist/itemsall/<resourcetype>/<start>/<count>
Path parameters
resourceType: the only valid value is
ALL. Returns a work list for all resources, subject to the sort and filter criteria specified.
start:
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 of work items (in the work item list) to include in this page.
Query parameters
filterstring=string (optional).
Specification of filter criteria to be applied to a work item list. See
Sorting and Filtering Work Lists for details.
orderstring=string (optional).
Specification of sort criteria to be applied to a work item list. See
Sorting and Filtering Work Lists for details.
enhancedattributes=Boolean (optional, default=false). If true, all 40 work item attributes are returned with the work item; if false, only work item attributes 1-14 are returned with the work item.