Custom Widget development for CCM/RTC
Hi,
I want to create a custom widget un CCM/RTC to print the history and path of a file in a component. I use to develop custom widgets for RM using javascript, there is an api/dependency "com.ibm.rdm.rm.api" which helps to work with RM components/attributes. Are there any such apis/dependencies that can be used to access the components of CCM/RTC ??
Please let me know if there is any other way of doing this task.
Thanks,
Krishna K.
One answer
There is, as far as I am aware, no EWM JavaScript Client API like the one you mention for RM/DNG. EWM provides HTTP based APIs (Reportable REST, OSLC, Resource Oriented). EWM also has Java APIs.
You can find the available APIs listed here per product: https://jazz.net/wiki/bin/view/Deployment/CLMProductAPILanding
For the HTTP based APIS, see this blog post series: https://rsjazz.wordpress.com/2021/09/29/using-the-ewm-rest-and-oslc-apis/