Windchill REST Services > Windchill REST Services Domain Capabilities > Examples for Basic REST Operations > Examples for the PTC Workflow Domain > Retrieving Work Items
  
Retrieving Work Items
This example shows you how to retrieve all the work items. Use the following GET request.
URI
GET /Windchill/servlet/odata/Workflow/WorkItems HTTP/1.1
To get a list of work items assigned to you, use the following GET request.
URI
GET /Windchill/Workflow/GetEnumTypeConstraint(entityName='PTC.Workflow.WorkItem',propertyName='Status') HTTP/1.1