Skip to main content

system.kanoa.quality.sheet.getSheets(paramsDict)

Returns check sheets filtered by passed in paramter keys. Keys are optional.


Parameters

paramsDict Dictionary

- autoBooleanFilter check sheets by auto or manual
- chkShtIdIntegerThis is the id of this check sheet
- chkShtNameString
- chkShtTypeIdIntegerfilter by type of check sheet. Type refers to grouping of check sheets in folders.
- chkShtTypeNameString
- chkShtVersionGroupIdIntegerThis is a stable Id that links different versions of the same check sheet together. This id never changes
- chkShtVersionStateIdInteger
- chkShtVersionStateNameString
- chkShtVersionStateNameListList of Strings
- enabledBoolean
- masterChkShtIdIntegerThis is a variable Id that links different versions of the same check sheet together, stating the 'released' version chkShtId for this group
- masterOnlyBoolean
- pathString

Returns

data pyDataset


Example

paramsDict = {'enabled': True}
chkShtData = system.kanoa.quality.sheet.getSheets(paramsDict)