Content
View differences
Updated by Jens Ulferts almost 5 years ago
**As** an API client
**I want to** bulk confirm notifications
**so that** I don't have to flood the server when I want to mark 250 notifications as read
**Acceptance criteria**
* Endpoints
* POST /api/v3/notifications/readIAN
* POST /api/v3/notifications/unreadIAN
* POST /api/v3/notifications/readEmail
* POST /api/v3/notifications/unreadEmail
* All the endpoints above accept a filter (for ID at first) that will read/unread the notifications matching
* Hook up frontend to use the bulk end point for marking all notifications as read
**I want to** bulk confirm notifications
**so that** I don't have to flood the server when I want to mark 250 notifications as read
**Acceptance criteria**
* Endpoints
* POST /api/v3/notifications/readIAN
* POST /api/v3/notifications/unreadIAN
* POST /api/v3/notifications/readEmail
* POST /api/v3/notifications/unreadEmail
* All the endpoints above accept a filter (for ID at first) that will read/unread the notifications matching
* Hook up frontend to use the bulk end point for marking all notifications as read