Get All Notifications

Get all notifications.

GET /notifications

Returns all notifications.

headers:
            X-Total-Count:
              description: Count of notifications
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/NotificationDTO'

Last updated