Forum Discussion
Hi Dharmendra,
have you tried using the solution=true parameter to your URL (in the querystring) ?
http://community.ebay.com/restapi/vc/search/messages?one_or_more=feedback+threat&restapi.response_style=view&restapi.format_detail=full_list_element&solution=true
Not sure if that is exactly what you are looking for but hopefully it will set you on the right path
Thanks,
- dhpawar12 years agoHelper
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
- dhpawar12 years agoHelper
I am trying to make a Rest call which searches for Relevant Posts/Threads using the Keyword . I am also trying to filter the results such that i get back only threads that has an accepted solutions . Can you let me know the Rest API call that would satisfy this requirement in a single call ?
Also i woud like to Retrieve the Accepted Solution Body as well in the same API Call .
- PaoloT12 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,
- dhpawar12 years agoHelper
I want within single call original question as well as accepted answer.is it possible?
Related Content
- 3 years ago
- 3 years ago
- 3 years ago