It's all about the answers!

Ask a question

How to access workrequest history in RTC using OSLC or RestAPI?


Rishi Sharma (6314) | asked Jul 02 '16, 7:38 a.m.
 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?

One answer



permanent link
Donald Nong (14.5k414) | answered Jul 04 '16, 12:15 a.m.
The second link should be the right choice. You just have to get deeper, say (itemHistory/*/*/*).

Your answer


Register or to post your answer.