Featured Threads Order
Hi,
I'm trying to work with Featured Threads API.
http://plug-in.bestbuy.ca/restapi/vc/boards/id/Sit_Back/threads/featured?restapi.response_style=view
What I need is to reverse the order of threads in the response.
How can I do that?
Thanks in advance.
I'm not precisely sure if you can do that, but then again, I'm not a Developer either so I could be wrong.
Perhaps some kind of programatic change to the XML after you receive it might solve the problem, pivoting off of the date parameter:
http://lithosphere.lithium.com/t5/Growing-Successful-Communities/Understanding-REST-API-query-string-parameters/ta-p/8721
Or perhaps you can tinker with the sort order parameter:
http://lithosphere.lithium.com/t5/Growing-Successful-Communities/Understanding-linear-and-threaded-sorting-in-REST-API/ta-p/7151
http://lithosphere.lithium.com/t5/Growing-Successful-Communities/REST-API-Problem-to-sort-messages/m-p/6415#M2006
but I'm not sure if any of those solutions would really work. Sorry if none of this is helpful.