Extract component details from RTC stream using any reporting application
![](http://jazz.net/_images/myphoto/aa3c892db3c3217498d9ce65e641c002.jpg)
Hi Team,
I am using RTC 6.0.6.1. I want to fetch component details from particular stream inside project areas. I am able to do so using LSCM commands. I can able to fetch component name and UUID
But, request is to fetch component data using any reporting application or queries like thing in RTC or RELM.
Can you please help me to do the same?
Thanks
One answer
![](http://jazz.net/_images/myphoto/aa3c892db3c3217498d9ce65e641c002.jpg)
Information about SCM information is made available in the reportable REST API: https://jazz.net/wiki/bin/view/Main/ReportsRESTAPI#Reportable_REST_API
How this API works with examples for work items is explained here: https://rsjazz.wordpress.com/2022/03/02/ewm-reportable-rest-api/
This would be my first priority.
For information, in general there is a OSLC like API for the SCM system.
<oslc_scm:scmServiceProviders xmlns:oslc_scm="http://open-services.net/xmlns/scm/1.0/" rdf:resource="https://elm.example.com:9443/ccm/oslc-scm/catalog" />
I am not aware if there is another query capability available, but it does not appear to have a queryCapability defined.
The Plain Java Client Libraries Java API allows to collect detailed data in the SCM system as well.