Versions Compared

Key

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

...

When an EMPLOYEE searches, all the EVENTSONGROUND posted in his particular ULB are returned by default irrespective of the status. He/She can perform actions on those events, which if active, are notified to the CITIZEN.

An EMPLOYEE can search event based on the date the range, whatever the event created or last modified in that range, will appear in the search response. So, to get the details about event in a particular date range pass the value in fromDate and toDate field of search criteria.

Info

fromDate and toDate fields accept epoch value only. 

And to get details about Delete event, pass Status as CANCELLED and to get details about Broadcast event pass eventType as BROADCAST.

Please go through the code and descriptions over every method to understand the use-cases and flow-of-logic in a better way.

...