Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 794 Bytes

druio_notification.rest

File metadata and controls

23 lines (18 loc) · 794 Bytes

GET http://{{host}}/api/notifications/get-notifications?_format=json

### /api/notifications/get-notifications GET http://{{host}}/api/notifications/get-notifications?_format=json Authorization: {{authorization}} Content-Type: application/json

### /api/notifications/get-notifications GET http://{{host}}/api/notifications/get-notifications?_format=json&limit=15 Authorization: {{authorization}} Content-Type: application/json

### /api/notifications/get-unread-count GET http://{{host}}/api/notifications/get-unread-count?_format=json Authorization: {{authorization}} Content-Type: application/json

### /api/notifications/get-unread-notifications GET http://{{host}}/api/notifications/get-unread-notifications?_format=json Authorization: {{authorization}} Content-Type: application/json

###