Last updated 1 year ago
Was this helpful?
GET /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'
content: application/json: schema: $ref: '#/components/schemas/InternalServerErrorDTO'