Skip to main content

system.kanoa.lot.getLots

Description

Retrieves lots filtered by the provided parameters.

Syntax

getLots(paramsDict)

Parameters:
  • paramsDict (dict)

  • Returns:
  • pyDataset
  • Dictionary

    ParameterTypeRequiredNotes
    lotIdint
    lotNamestring
    itemIdint
    itemPathstring
    limitintlimit the number of records returned

    Code Examples

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