Forum Discussion
PaoloT
12 years agoLithium Alumni (Retired)
Hi
you can modify your call
http://community.ebay.com/restapi/vc/search/messages?q=feedback+threat&restapi.response_style=view&restapi.format_detail=full_list_element
to use solution:true in the q parameter in the following way
http://community.ebay.com/restapi/vc/search/messages?q=feedback+threat+AND+solution:true&restapi.response_style=view&restapi.format_detail=full_list_element
to retrieve the solutions. You could then look up at the thread element in the solution to find out which was the original question (i.e. the topic message).
Hope this helps,
dhpawar
12 years agoHelper
I want within single call original question as well as accepted answer.is it possible?
- PaoloT12 years agoLithium Alumni (Retired)
Hi,
I am not aware of a way to guarantee having both in the same, single call. Maybe you can work with Studio Endpoints to condense multiple REST calls into a single one.
Thanks,
Paolo
Related Content
- 3 years ago
- 3 years ago
- 3 years ago