RTC API for pulling the reports data
![]()
Hi, We are planning to pull some reports data from RTC directly and render in our application.
Please advise the right approach to accomplish this. |
Comments
You will need to identify exactly what data you want to retrieve, in order receive guidance on what API to use (you will not be using SQL queries ... you will be using HTTP or Java API calls).
Hi Geoffrey, thanks for the response.
We are looking for extracting the query data. For example, the query params are :
Planned For : August 2015
Type is : Epic
Status is NOT invalid
Similarly for all the months we would like to get the output of the query data and trying to render a chart in our application itself.
Please advise.