APIs to fetch TSERs in specific project areas
Hi,
We are trying to fetch the TSERs from a specific project area by using the below API.
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
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.