CARVIEW |
Select Language
HTTP/2 200
date: Mon, 28 Jul 2025 07:32:43 GMT
content-type: text/html; charset=utf-8
cache-control: private
set-cookie: prov=363ba436-4423-4333-b867-e21120217a48; expires=Tue, 28 Jul 2026 07:32:43 GMT; domain=.stackexchange.com; path=/; secure; httponly
x-clacks-overhead: GNU Terry Pratchett
strict-transport-security: max-age=31536000; includeSubDomains
x-request-guid: 710d56d9-6292-475d-993d-6031088e18c3
x-providence-cookie: 363ba436-4423-4333-b867-e21120217a48
content-security-policy: upgrade-insecure-requests; frame-ancestors 'self' https://stackexchange.com
cf-cache-status: DYNAMIC
set-cookie: __cf_bm=_ib5qt5xiKcfq97eTEf4UdiIdLgCFqbLtc70Twk3LXA-1753687963-1.0.1.1-D3W8JFMpBYUHB2A0ZJygjTpHgIlh_4mZvYWk6GLsDGg2kkpjwz1LrgALMNzO5X0JZtk_.ladZTYCelajgEiW0tK8c1zn42hnjYQiCNKR9b8; path=/; expires=Mon, 28-Jul-25 08:02:43 GMT; domain=.api.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: __cflb=02DiuEqtkS4jGaTk6jRLVowZ76Z4qeo48bYNUv6D7fSNp; SameSite=None; Secure; path=/; expires=Tue, 29-Jul-25 06:32:43 GMT; HttpOnly
set-cookie: _cfuvid=m1S_0iB50tsbcv40Cjwn6NbND77LJMAppFOvRUJL4nw-1753687963936-0.0.1.1-604800000; path=/; domain=.api.stackexchange.com; HttpOnly; Secure; SameSite=None
server: cloudflare
cf-ray: 9662af2cbc8dea32-BLR
content-encoding: gzip
Usage of /users/{ids}/mentioned [GET] -
Stack Exchange API
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}/mentioned GET
Discussion
Gets all the comments that the users in {ids} were mentioned in.
Note, to count as a mention the comment must be considered to be "in reply to" a user. Most importantly, this means that a comment can only be in reply to a single user.
{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 comment object:
- creation –
creation_date
- votes –
score
sort
, min
, max
, fromdate
, and todate
.
This method returns a list of comments.
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