Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. /_create: API to create events in the system.

  2. /_update: API to update events in the system.

  3. /_search: API to search events in the system.

  4. /notification/_count: API to fetch the count of total, unread, read notifications.

  5. /lat/_update: API to update the last-login-time of the user. We store last-login-time of the user through this API thereby deciding which notifications have been read.

Postman Collection: https://www.getpostman.com/collections/14812d58dff5565bd3d9
API Contract: https://github.com/egovernments/municipal-services/blob/master/docs/user-events.yml

Configs:

Persister:

https://raw.githubusercontent.com/egovernments/egov-services/mseva-event-notif/core/egov-persister/src/main/resources/egov-user-event-persister.yml

...