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