system.kanoa.quality.event.getChkShtEvents(paramsDict)
Returns scheduled checkSheets. paramsDict keys are optional.
Parameters
paramsDict Dictionary
| - activeState | Boolean | |
| - assetId | Integer | |
| - assetPath | String | |
| - auto | Boolean | |
| - chkItemId | Integer | |
| - chkShtEventId | Integer | |
| - chkShtId | Integer | |
| - chkShtStateIds | List of Integers | |
| - chkShtStateNames | List of Strings | |
| - chkShtTypeId | Integer | |
| - endDate | DateTime | |
| - itemClassPath | String | |
| - itemId | Integer | |
| - shiftNameId | Integer | |
| - startDate | datetiem |
Returns
chkShtEventData pyDataset
Example
paramsDict = {'assetId': 18}
chkShtEventData = system.kanoa.quality.event.getChkShtEvents(paramsDict=params_dict)