Notifications
MarkUserPushNotificationsAsRead marks a list of push notifications as read for the authenticated user
Send 'Authorization: APIKey ' to authenticate with a API key.
A successful response.
An unexpected error response. details[0] is always an AppError, see #/components/schemas/AppError
GetNotificationsByUserId returns all notification on the system associated to the provided user
Send 'Authorization: APIKey ' to authenticate with a API key.
user_id represents the user identifier
page is an optional query parameter to set the page number
limit is an optional query parameter to set the max amount of results per page
A successful response.
An unexpected error response. details[0] is always an AppError, see #/components/schemas/AppError
GetUserPushNotifications returns all unread push notifications for the authenticated user
Send 'Authorization: APIKey ' to authenticate with a API key.
user_id represents the user identifier
A successful response.
An unexpected error response. details[0] is always an AppError, see #/components/schemas/AppError
Last updated