Usage of users/{id}/tags/{tags}/top-answers
Discussion
Returns the top 30 answers a user has posted in response to questions with the given tags.
As a newer answers method, this method intentionally returns zero views. This field will be removed in a subsequent API release.
This method is new to version 1.1
Parameters
- tags – a semi-colon delimitted list of tags the questions the answers are on must have
- This is a vectorized parameter, multiple ids can be sent a single request if delimited with a semi-colon
- string
- id – the id of a user
- 32-bit signed integer
- body – whether or not to return the answers' bodies
- boolean
- comments – whether or not to return comments on the answers
- boolean