Get Incidents
Use this API to get the list of incidents on banks(Resolved,Unresolved,All) for a given time range.
GET
Headers
Bearer auth token
Query Parameters
Incident status - RESOLVED/UNRESOLVED/ALL are the allowed values Default value is UNRESOLVED if not provided
Start Time for the desired period. Format yyyy-mm-dd hh:mm:ss
End Time for the desired period. Format yyyy-mm-dd hh:mm:ss. Default values are current day start Time(00:00:00) and end Time(23:59:59) if not provided.
Code for the entity(BANK) on which the incidents are created.
Was this page helpful?