Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X
Hello Team,
Is there any one tried get the Task and Assignee from Change notice using Odata Rest API.
Hello @KG_10759584,
I may suggest that you put more details and context in your question. It will help engagement. Please take a look at this guidance: How to Ask a Good Question
Further additions to the above question.
I am using Windchill 12.1. I am able to get the task assignee name in the workflow domain through WorkItem using the API "/WorkItem('{workItemId}')/CompletedBy" in Windchill.
request URL - {Base_url}/servlet/odata/v3/Workflow/WorkItems('OR%3Awt.workflow.work.WorkItem%3A256429900')/CompletedBy
But when I tried to get the task assignee name through the change notice number, I was not able to get it. I think, It may be because of differences in domains like 'PTC Change Management Domain' and 'PTC Workflow Domain'.
Can anybody help me?
Thanks