Querying the Work Items Using a Filter
This example shows you how to query work items using a filter based on activity and status. Use the following GET request.
URI
GET /Windchill/servlet/odata/Workflow/WorkItems?$expand=Activity&$filter=Activity/Name eq 'Analyze Change Request' and Status/Display eq 'Potential' HTTP/1.1