system.kanoa.quality.analysis.getChkItemEventsByColumn(paramsDict)
Returns Check item event data for the given parameters with the check items in each column. paramsDict keys are optional unless otherwise stated.
Parameters
paramsDict Dictionary
| - assetId | Integer | |
| - assetPath | String | |
| - chkItemGroupId | Integer | |
| - chkShtEventId | Integer | |
| - chkShtId | Integer | Required |
| - chkShtStateIds | listint | |
| - chkShtTypeId | Integer | |
| - enabled | Boolean | |
| - endDate | DateTime | Required |
| - itemClassPath | String | |
| - itemId | Integer | |
| - startDate | DateTime | Required |
Returns
chkItemEventData pyDataset
message String None if success
Example
paramsDict = {'startDate': system.date.getDate(2023, 1, 1), 'endDate': system.date.getDate(2023, 12, 31), 'chkShtId': 123}
data, msg = system.kanoa.quality.analysis.getChkItemEventsByColumn(paramsDict