Skip to main content

system.kanoa.lot.getLots(paramsDict)

Returns lots filtered by the given parameters


Parameters​

paramsDict Dictionary

- enabledBoolean
- itemIdInteger
- itemPathString
- limitIntegerLimits the number of returned records
- lotIdInteger
- lotNameString

Returns​

lotData pyDataset


Example​

paramsDict = {'itemId': 34}
lots = system.kanoa.lot.getLots(paramsDict)
print lots