james_scee
12 years agoAce
can API searches be limited by board/kudos/accepted solutions?
Hi I'd like to be able to make an API request for a keyword but limit/filter the response by board/kudos/accepted solution. Is this something I can do via the API? cheers James
- 12 years agoI can't say I've ever done this with kudos or accepted solutions, but I've done a REST search before at the category level. I'm sure it's doable at the board level as well.
From a category level, I'm using something like this:
http://community.webroot.com/webroot/restapi/vc/categories/id/ent0/search/messages?openresponse=true&sort_by=-topicPostDate&include_forums=true
In the return, you get <board type="board" href="/boards/id/conferences"/> or what have you for the board identifier for any given search result. That's certainly parseable with logic.
There's also a kudos value for any return from what I can see, but I don't see one for accepted solutions.