CARVIEW |
Select Language
HTTP/2 200
date: Sun, 27 Jul 2025 09:23:14 GMT
content-type: text/html; charset=utf-8
cache-control: private
set-cookie: prov=5b81a2e9-ec8a-49c9-99ba-82ad7bb5a055; expires=Mon, 27 Jul 2026 09:23:14 GMT; domain=.stackexchange.com; path=/; secure; httponly
x-clacks-overhead: GNU Terry Pratchett
strict-transport-security: max-age=31536000; includeSubDomains
x-request-guid: 100701c9-7e87-4cf0-8497-c493a57db631
x-providence-cookie: 5b81a2e9-ec8a-49c9-99ba-82ad7bb5a055
content-security-policy: upgrade-insecure-requests; frame-ancestors 'self' https://stackexchange.com
cf-cache-status: DYNAMIC
set-cookie: __cf_bm=lxwPfxR2hP7oUnSXnDgBA9X_7mxJugJvaGMW8n9wwsM-1753608194-1.0.1.1-r8.2LljY_J9Cem07de8p0KzeDs0DyYUQJUO6S2t7CmNpmQO6IZP7_MnGYqO7gA.is7VHgqld8gqFUc7b253gU6U7xtOLb1inYinbzE5Ddfo; path=/; expires=Sun, 27-Jul-25 09:53:14 GMT; domain=.api.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: __cflb=02DiuEqtkS4jGaTk6jRLVowZ76Z4qeo49udS9DtbEEwME; SameSite=None; Secure; path=/; expires=Mon, 28-Jul-25 08:23:14 GMT; HttpOnly
set-cookie: _cfuvid=mpBaKr03HtmLeqRd4.sLTC3Xw3yCMn_ujskocLroZZc-1753608194395-0.0.1.1-604800000; path=/; domain=.api.stackexchange.com; HttpOnly; Secure; SameSite=None
server: cloudflare
cf-ray: 965b13ad3e49c1c9-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