Notifications Queries

Retrieve user notifications and their read status.

Notifications

Returns a paginated list of notifications for the current user.

Parameters:

ParameterTypeDescription
orderBy[QueryNotificationsOrderByOrderByClause]Sorting options.
firstIntNumber of items per page.
pageIntPage number.

Data Types

Notification

FieldTypeDescription
idStringNotification ID.
created_atDateTimeCreation timestamp.
updated_atDateTimeLast update timestamp.
read_atDateTimeRead timestamp.
company_idStringCompany ID.
dataJSONNotification data payload.
typeStringNotification type.