Usage of /questions/unanswered/my-tags GET
Discussion
Returns questions the site considers to be unanswered, which are within a user's favorite tags. If a user has not favorites, their frequented tags are used instead.
Note that just because a question has an answer, that does not mean it is considered answered. While the rules are subject to change, at this time a question must have at least one upvoted answer to be considered answered.
This method corresponds roughly with the unanswered ""my tags"" tab.
This method request an access_token.
The sorts accepted by this method operate on the following fields of the question object:
- activity –
last_activity_date
- creation –
creation_date
- votes –
score
activity
is the default sort.It is possible to create moderately complex queries using
sort
, min
, max
, fromdate
, and todate
.
This method returns a list of questions.
Try It