system.kanoa.lot.getLots(paramsDict)
Returns lots filtered by the given parameters
Parameters
paramsDict Dictionary
| - enabled | Boolean | |
| - itemId | Integer | |
| - itemPath | String | |
| - limit | Integer | Limits the number of returned records |
| - lotId | Integer | |
| - lotName | String |
Returns
lotData pyDataset
Example
paramsDict = {'itemId': 34}
lots = system.kanoa.lot.getLots(paramsDict)
print lots