Skip to main content

system.kanoa.lot.getLots

This function is part of the kanoaOPS module

Description

Retrieves lots filtered by the provided parameters.

Syntax

getLots(paramsDict)
  • Parameters
      paramsDict (dict)
      - lotId (int)
      - lotName (string)
      - itemId (int)
      - itemPath (string)
      - limit (int): limit the number of records returned
  • Returns
      pyDataset
  • Code Examples

    # Example usage
    >paramsDict = {}
    >lots = system.kanoa.lot.getLots(paramsDict)
    >print(lots) # Print the retrieved lots