get https://{baseUrl}/api/pushNotifications/filterByUser/
An empty list means the given user has no unread notifications.
Log in to see full request history
Responses
401The caller is not authenticated with RegScale.
An empty list means the given user has no unread notifications.
401The caller is not authenticated with RegScale.
xxxxxxxxxx
curl --request GET \
--url https://your-instance.regscale.co/api/pushNotifications/filterByUser/userId \
--header 'accept: application/json'
xxxxxxxxxx
[
null
]