In RTC 6 is it possible to get the work items data not just links from a query from the REST API
In RTC 5 when I did a query from the REST API that looked like https://<rtc-server>:9443/ccm/oslc/queries/_ULpgEA91EeWh4NWJRU5r5Q/rtc I would get back all the work items from the query and all of their JSON.
Now in RTC 6 when I make a request to the REST API (https://<rtc-server>:9443/ccm/oslc/queries/_ULpgEA91EeWh4NWJRU5r5Q/rtc_cm:results) I just get a list of results with a link to the actual work item.
Is there a query parameter or header that I can add that would return the full json for the work items? My process becomes slow when there are a lot of results and I have to first do the request query and then a separate request for each work item in the query.
Now in RTC 6 when I make a request to the REST API (https://<rtc-server>:9443/ccm/oslc/queries/_ULpgEA91EeWh4NWJRU5r5Q/rtc_cm:results) I just get a list of results with a link to the actual work item.
Is there a query parameter or header that I can add that would return the full json for the work items? My process becomes slow when there are a lot of results and I have to first do the request query and then a separate request for each work item in the query.