IncidentController

All about the endpoints

Endpoints

METHODAPI ENDPOINTFUNCTION
POSTv1/open/getIncidentsByUid/{uid}getIncidentsByUid()

getIncidentsByUid()

  1. When the api is hit, the flow goes to incidentservice.getIncidentsByUid()

Top