Event Maintenance API REST Endpoints

Maintenance Services/Event Maintenance API
This service is used for Events.
Adds a new event
Method: post
Path: /event
Authorize the event by given ID
Method: patch
Path: /event/{id}/approve
Close the event by given ID
Method: patch
Path: /event/{id}/close
Deletes the event identified by given ID
Method: delete
Path: /event/{id}
Get all valid event
Method: get
Path: /event
Reopen the event by given ID
Method: patch
Path: /event/{id}/reopen
Retrieves the event by ID
Method: get
Path: /event/{id}
Retrives the event by given event code
Method: get
Path: /event/getByEvtCode/{evtCode}
Update an existing event
Method: put
Path: /event/{id}