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
| - chkShtId | Integer | |
| - chkShtName | String | |
| - chkShtTypeId | Integer | |
| - chkShtTypeName | String | |
| - chkShtVersionStateId | Integer | |
| - chkShtVersionStateName | String | |
| - chkShtVersionStateNameList | List of Strings | |
| - enabled | Boolean | |
| - masterOnly | Boolean | |
| - path | String |
Returns
data pyDataset
Example
paramsDict = {'enabled': True}
chkShtData = system.kanoa.quality.sheet.getSheets(paramsDict)