Yes, you can retrieve the history of notifications sent to a specific user using the Pushwoosh API.
-
Using the Statistics API:
- Utilize the
/getMessageLog
endpoint. - You must provide the user's Hardware ID (HWID) in your API request.
- Optionally, you can filter the results by specifying
date_from
anddate_to
parameters to define a time range. - For detailed information, refer to the Message Statistics API documentation.
- Utilize the
-
Using the Message Inbox Feature:
- If your goal is to display a feed of past notifications directly within your application (like a notification center), consider using the built-in Message Inbox feature. This feature is specifically designed for this purpose.
Additionally, you can retrieve the detailed message history calling the messages:list request, or view the message history for a specific user directly within the Pushwoosh Control Panel by navigating to the User Explorer section.
Comments
0 comments
Please sign in to leave a comment.