getAlerts
Get a list of alerts
This function returns an alerts list. The data can be filtered, sorted and paginated.
func getAlerts(filteredBy filters: String?, sorts: String?, page: Int?, pageSize: Int?, completion: @escaping (_ model: [AlertLinked]?, _ error: String?)->()) {
}
Updated over 2 years ago
What’s Next