CARVIEW |
Select Language
HTTP/2 200
date: Sat, 26 Jul 2025 18:07:12 GMT
content-type: text/html; charset=utf-8
cache-control: private
set-cookie: prov=c5fe5353-743c-4901-956b-9d6efd91173f; expires=Sun, 26 Jul 2026 18:07:12 GMT; domain=.stackexchange.com; path=/; secure; httponly
x-clacks-overhead: GNU Terry Pratchett
strict-transport-security: max-age=31536000; includeSubDomains
x-request-guid: 56ad26c2-d846-4014-a87d-e540d20a79e6
x-providence-cookie: c5fe5353-743c-4901-956b-9d6efd91173f
content-security-policy: upgrade-insecure-requests; frame-ancestors 'self' https://stackexchange.com
cf-cache-status: DYNAMIC
set-cookie: __cf_bm=FcKFb7zVxX9FXyS4hAnO7uuXfy7hMTPUfUx2wHD99Dw-1753553232-1.0.1.1-8mocfD5EHqYZDg6Sm.SJhIqQ3TR2AtHa8Buk9vDWAKk7NyjZZQJ9BHn9RUgcrkKT4Dp5.IUT6GjVtV3uzAgEHAbBZjr.R5jN7Tnv_fs_5rc; path=/; expires=Sat, 26-Jul-25 18:37:12 GMT; domain=.api.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: __cflb=02DiuEqtkS4jGaTk6jRLVowZ76Z4qeo49GawSPgDg4eMa; SameSite=None; Secure; path=/; expires=Sun, 27-Jul-25 17:07:12 GMT; HttpOnly
set-cookie: _cfuvid=PkqqVCeoODKtdojzHlGqhDFZO2VAuie_hTxYP1vRB1U-1753553232899-0.0.1.1-604800000; path=/; domain=.api.stackexchange.com; HttpOnly; Secure; SameSite=None
server: cloudflare
cf-ray: 9655d5d79d3da403-BLR
content-encoding: gzip
Usage of /users/{ids}/questions/unaccepted [GET] -
Stack Exchange API
It is possible to create moderately complex queries using
https://stackoverflow.com/oauth/dialog?client_id=1&key=U4DMV*8nvpm3EOpvf69Rxw((&redirect_uri=https%3a%2f%2fapi.stackexchange.com%2fdocs%2foauth_landing
U4DMV*8nvpm3EOpvf69Rxw((
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:
- 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
about blog terms of use contact us feedback always welcome
site design / logo © 2025 Stack Exchange, Inc; user contributions licensed under CC BY-SA