Help Me finding Stable RTC - Rest APIS
Hi,
I was searching for RTC REST APIs but couldn't find any stable options.
For example, the following API: https://baseurl/ccm/rpt/repository/workitem/workItem/id/567280?fields=workitem/workItem/(description|summary|severity|state|priority)
only provides the description and summary fields.
Can you help me find stable and up-to-date REST APIs for RTC?
only provides the description and summary fields.
Can you help me find stable and up-to-date REST APIs for RTC?
One answer
Comments
Also consider reading https://rsjazz.wordpress.com/2015/09/30/learning-to-fly-getting-started-with-the-rtc-java-apis/ it also references APIs other than the Java and SDK.
Also see this series of blog posts: https://rsjazz.wordpress.com/2021/09/29/using-the-ewm-rest-and-oslc-apis/
The reportable REST API you use above provides a lot more data than title and summary. Read its documentation. My blog series also has an example how it works.
The reportable REST API is a read-only API.