tmarshall
7 years agoAdvisor
view_href encoding
Hi,
We are using the following API v2 call in a browser:
https://community.blah.com/ejquo23388/api/2.0/search?q=SELECT+board.id%2C+conversation.id%2C+conversation.solved%2C+conversation.view_href%2C+conversation.messages_count%2C+author.login%2C+author.view_href%2C+subject%2C+%20metrics.views%2C+search_snippet%2C+post_time%2C+conversation.last_post_time%2C+c_interests+FROM+messages+WHERE+depth%3D0+AND+category.id%3D%22ja-blah-board%22+AND+c_interests+MATCHES+%227000%22+ORDER+BY+post_time+DESC+LIMIT+3&xslt%3Djson.xsl
When we look at the results 'view_href' is encoded. Is there a way to make it not encoded when it is returned in the browser page?
Thanks,
Tim