Notifications Has New GET
GET/v1/notifications/has-new
Check if there are new notifications since the given notification ID.
Request
Query Parameters
last_notification_id int32
The ID of the last known notification. Returns true if newer notifications exist.
Responses
- 200
Ok
- application/json
- Schema
Schema
boolean
Loading...