get Available Alert Templates
fun getAvailableAlertTemplates(onCompletion: (Either<List<AlertTemplate>, SippoResourceError>) -> Unit)
Content copied to clipboard
Fetches all alert templates available.
Parameters
on Completion
Callback that will be invoked when the request is completed. It will receive the template alerts list in case of success or a SippoResourceError otherwise.