Usage of /users/{ids}/questions/unaccepted GET

Discussion

Gets the questions asked by the users in {ids} which have at least one answer, but no accepted answer.

Questions returned by this method have answers, but the owner has not opted to accept any of them.

{ids} can contain up to 100 semicolon delimited ids. To find ids programmatically look for user_id on user or shallow_user objects.

The sorts accepted by this method operate on the following fields of the question object:

  • activitylast_activity_date
  • creationcreation_date
  • votesscore
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

Team slug:
Access token: