Skip to main content

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

- assetIdInteger
- assetPathString
- chkItemGroupIdInteger
- chkShtEventIdInteger
- chkShtIdIntegerRequired
- chkShtStateIdslistint
- chkShtTypeIdInteger
- enabledBoolean
- endDateDateTimeRequired
- itemClassPathString
- itemIdInteger
- startDateDateTimeRequired

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