June 29, 2024
How to retrieve the announcements posted for any specific user using API.
Comments
(0)
June 29, 2024
How to retrieve the announcements posted for any specific user using API.
(0)

Admin will have various announcements published for different users and usergroups. In order to check what are the diffent announcements published for a user or if they have read those announcements, we can use below API to view the announcements targeted for a specific leaner.

The API end point is : GET /users/{userId}/userNotifications

This API will retreive all the notifications received by a learner.

Suppose an announcement is pushed for a learner as below :

Using the above API, we can see the announcement pushed for that learner as below :

Request URL :

https://learningmanager.adobe.com/primeapi/v2/users/7546252/userNotifications?page[limit]=10&read=false&announcementsOnly=true&language=en_US
0 Comments
Add Comment