system.kanoa.quality.sheet.getSheets(paramsDict)
Returns check sheets filtered by passed in paramter keys. Keys are optional.
Parameters
paramsDict Dictionary
| - auto | Boolean | Filter check sheets by auto or manual |
| - chkShtId | Integer | This is the id of this check sheet |
| - chkShtName | String | |
| - chkShtTypeId | Integer | filter by type of check sheet. Type refers to grouping of check sheets in folders. |
| - chkShtTypeName | String | |
| - chkShtVersionGroupId | Integer | This is a stable Id that links different versions of the same check sheet together. This id never changes |
| - chkShtVersionStateId | Integer | |
| - chkShtVersionStateName | String | |
| - chkShtVersionStateNameList | List of Strings | |
| - enabled | Boolean | |
| - masterChkShtId | Integer | This is a variable Id that links different versions of the same check sheet together, stating the 'released' version chkShtId for this group |
| - masterOnly | Boolean | |
| - path | String |
Returns
data pyDataset
Example
paramsDict = {'enabled': True}
chkShtData = system.kanoa.quality.sheet.getSheets(paramsDict)