system.kanoa.lot.getLots
Description
Retrieves lots filtered by the provided parameters.Syntax
getLots(paramsDict)- paramsDict (dict)
- - lotId (int)
- - lotName (string)
- - itemId (int)
- - itemPath (string)
- - limit (int): limit the number of records returned
- pyDataset
Code Examples
# Example usage
>paramsDict = {}
>lots = system.kanoa.lot.getLots(paramsDict)
>print(lots) # Print the retrieved lots