Skip to main content

system.kanoa.sheet.getSheetsByAsset(paramsDict)

Returns all check sheets linked to assets that meet the passed criteria. This function only returns unique records for a check sheet.


Parameters

paramsDict Dictionary

- assetPathString
- assetPathListList
- chkShtStateIdInteger
- chkShtStateNameString
- chkShtTypeIdInteger
- chkShtVersionStateIdInteger
- chkShtVersionStateNameString
- enabledBoolean
- includeNullAssetsBoolean
- masterOnlyBoolean
- pathString

Returns

data pyDataset


Example

paramsDict = {'enabled': True, 'assetPathList': ['ABC Box Co', 'Glue Factory']}
chkShtData = system.kanoa.quality.sheet.getSheetsByAsset(paramsDict)