Usage of users/{id}/tags/{tags}/top-questions
Discussion
Returns the top 30 questions a user has asked with the given tags.
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
- answers – whether or not to return the answers to the questions
- boolean
- body – whether or not to return the answers' bodies
- boolean
- comments – whether or not to return comments on the answers
- boolean