Skip to main content

system.kanoa.sheet.getSheets(paramsDict)

Returns all check sheets that meet the passed criteria. This function only returns unique records for a checksheet.


Parameters

paramsDict Dictionary

- chkShtIdInteger
- chkShtNameString
- chkShtTypeIdInteger
- chkShtTypeNameString
- chkShtVersionStateIdInteger
- chkShtVersionStateNameString
- chkShtVersionStateNameListList of Strings
- enabledBoolean
- masterOnlyBoolean
- pathString

Returns

data pyDataset


Example

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