system.kanoa.quality.config.sheets.getAlertGroups
Description
Gets alert groups linked to a check sheet.Syntax
getAlertGroups(chkShtId)Parameters:
Returns:
Code Examples
# Usage example
chk_sht_id = 56
alert_groups_data = system.kanoa.quality.config.sheets.getAlertGroups(chkShtId=chk_sht_id)
print(alert_groups_data)