system.kanoa.quality.event.getChkShtEventItems
Description
Gets data for the checks table called by the chkShtEventEditor.Syntax
getChkShtEventItems(paramsDict)Parameters:
Returns:
Dictionary
| Parameter | Type | Required | Notes |
|---|---|---|---|
| chkShtEventId | int | ||
| chkShtId | int | ||
| chkItemId | int | ||
| chkItemTypeId | int | ||
| chkItemTypeName | string | ||
| chkItemName | string | ||
| chkItemGroupId | int | ||
| chkItemGroupName | string | ||
| chkShtTypeId | int | ||
| itemClassPath | string | ||
| chkShtStateIds | list[int] | ||
| itemId | int | ||
| enabled | bool | ||
| hasValue | bool |
Code Examples
# Usage example
paramsDict = {'chkShtEventId': 18, 'chkShtId': 3, 'chkItemId': 437, 'chkShtTypeId': 4, 'itemClassPath': 'some path', 'chkShtStateIds': [1, 2, 3], 'itemId': 45, 'enabled': True}
data = system.kanoa.quality.event.getChkShtEventItems(paramsDict)
>
>print(data)