system.kanoa.asset.getCounterType(paramsDict)
Returns the counter type filtered by the given parameters. ParamsDict keys are optional
Parameters
paramsDict Dictionary
| - counterTypeId | Integer | |
| - counterTypeName | String | |
| - enabled | Boolean |
Returns
counterTypeData pyDataset
Example
parameters = {'counterTypeName': 'outfeed'}
counter_type_data = system.kanoa.asset.getCounterType(parameters)