Gets the questions asked by the users in {ids} which have no answers.
Questions returns by this method actually have zero undeleted answers. This route is completely disjoint from the/users/{ids}/questions/unanswered and/users/{ids}/questions/unaccepted routes, since those routes only return questions with at least one answer, subject to other contraints.
{ids} can contain up to 100 semicolon delimited ids. To find ids programmatically look foruser_id onuser orshallow_user objects.
The sorts accepted by this method operate on the following fields of thequestion object:
last_activity_datecreation_datescoreactivity is the default sort.sort,min,max,fromdate, andtodate.This method returns a list ofquestions.
aboutblogterms of usecontact usfeedback always welcome
site design / logo © 2025 Stack Exchange, Inc; user contributions licensed underCC BY-SA