How to fetch TaskComments for any given CAPA/NC OID from WfProcess using REST API
Version: Windchill 12.0
Use Case: I need to fetch Task Comments for specific Wfprocess for CAPA or NC Objects, I have Object OID and WfProcess, currently I am trying to get info using following enpoint service however unable to see "Comments" value in the reponse \ Endpoint - > v5/CAPA/CAPAs('{CAPAId}')/WfProcess GET] v5/NC/Nonconformances('{NonconformanceId}')/WfProcess s Even tried using this expand query "WorkItem($expand=Owner)"
Description:
Need assistance with navigating to workItem TaskComments using above service endpoints

