Get user notifications (v0.0.1)
GET request that will return a list of notifications for a specific user, with options to filter by status (unread or all).
Overview
The GetUserNotifications
message is a query used to retrieve a list of notifications for a specific user. It allows filtering by notification status, such as unread or all notifications. This query is typically utilized by notification services to display user-specific messages, such as order updates, promotional offers, or system notifications. It supports pagination through limit
and offset
parameters, ensuring that only a manageable number of notifications are retrieved at once. This query helps users stay informed about important events or updates related to their account, orders, or the platform.
Use cases include delivering notifications for order updates, promotional campaigns, or general system messages to keep the user informed.
JSON Schema
The unique identifier for the user.
A list of notifications for the user.
The unique identifier for the notification.
The title or subject of the notification.
The message body of the notification.
The read status of the notification.
unread
read
The date and time when the notification was created.
No properties match your search
Try a different search term or clear the search to see all properties