system.kanoa.quality.config.sheets.getItemSets
Description
Gets all item sets linked to a check sheet.Syntax
getItemSets(chkShtId)Parameters:
Returns:
Code Examples
# Usage example
chk_sht_id = 56
item_sets_data = system.kanoa.quality.config.sheets.getItemSets(chkShtId=chk_sht_id)
print(item_sets_data)