It's all about the answers!

Ask a question

APIs to fetch TSERs in specific project areas


kausik karnatakam (111) | asked May 02 '18, 2:55 a.m.

Hi,

We are trying to fetch the TSERs from a specific project area by using the below API.

https://<hostname>:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/<project-areas>/suiteexecutionrecord/

Result is in ATOM feed format, but is there any possibility that we can get in JSON/XML format? Any help is appreciated.

Thanks in advance!!

Regards

Kaushik Karnatakam


One answer



permanent link
Donald Nong (14.5k614) | answered May 03 '18, 5:55 a.m.

According to the document, if you set the advanced property "Format XML" to "true", the XML may be formatted - but the output is still a feed.
https://jazz.net/wiki/bin/view/Main/RqmApi#Feeds

If you set request header "Accept: application/json", you can get the output in JSON, but again it is still a feed.

Your answer


Register or to post 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.