Forum Discussion
dhpawar
Helper
Hi
Using the solution=true, message contain body string not display
I am looking for accepted answer for the question.
I will explain in details -
1) Searching the question as a string parameter "feedback threat"
2) Using this string parameter, building the REST Call
In this rest call should contain some question and answer as well as accepted answer. but i am not able to see accepted answer
Can you please look into this?
Regards,
Dharmendra
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,
Related Content
- 3 years ago
- 3 years ago
- 3 years ago