2
votes
0answers
12 views

Get tags from question through an answer

I'd like to use this function: http://api.stackexchange.com/docs/answers-on-users to get a list of answers from a user. The key element that I need though is what the question was tagged as, is there ...
0
votes
1answer
82 views

Questions with accepted answers

I know that you could technically loop through the answers returned when you ask for /questions/{id} to see if an answer has been accepted, but it would be AWESOME if there was a top level boolean ...