APIs to fetch TSERs in specific project areas
![](http://jazz.net/_images/myphoto/45d12b829edef295130b97abd8bc2249.jpg)
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
![](http://jazz.net/_images/myphoto/45d12b829edef295130b97abd8bc2249.jpg)
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.