API to interact with RTC
Hi
I need to be able to extract all workitem related artifact from an RTC instance (running Change and Configuration Management Application Version: 6.0.6)
The application to extract data is planned to be built in C#.Net.
I have explored for the APIs and see the below OSLC API
Request advice if this would be the right choice to go with and the APIs are known to be robust and comprehensive for reading data,
or there is any other API as on date, that would be recommended over this API.
Regards
-Pavan
|
Accepted answer
Ralph Schoon (63.5k●3●36●46)
| answered Feb 17 '22, 2:21 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER edited Feb 17 '22, 2:24 a.m. Here is the landing page for ELM APIs https://jazz.net/wiki/bin/view/Deployment/CLMProductAPILanding
It includes links to various API wiki pages.
The options left to you insisting on using C# are from my perspective:
The OSLC CM V2 API and OSLC Queries. See
The reportable REST API. See https://jazz.net/wiki/bin/view/Main/ReportsRESTAPI#Reportable_REST_API
Both APIs are working and stable. The reportable REST API exposes some data such as approval data which is not exposed in the OSLC API.
I do not know if it is possible to download work item attachments using one of these APIs.
Pavan A selected this answer as the correct answer
Comments Please note, it is your responsibility to limit the access to data to a level that is tolerated by the server. |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.