Windchill REST Services Domain Capabilities > PTC Domains > Examples for the PTC Workflow Domain
Examples for the PTC Workflow Domain
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
這是否有幫助?