How to access workrequest history in RTC using OSLC or RestAPI?
How to access workrequest history in RTC using OSLC or RestAPI
I have tried
https://instanceName/ccm/rpt/repository/workitem?size=10&fields=workitem/workItem[id=2130]/(itemHistory/stateId)
https://instanceName/ccm/rpt/repository/workitem?size=10&fields=workitem/workItem[id=2130]/(itemHistory/*)
But these does not give me the fields mentioned in history tab which have changed in past.
How to get that detailed history?