system.kanoa.lot.getLotsForLotOperationEvent
Description
Returns lots along with their lotOperationEvents filtered by the given parametersSyntax
getLotsForLotOperationEvent(paramsDict)Parameters:
Returns:
Dictionary
Parameter | Type | Required | Notes |
---|---|---|---|
lotOperationEventId | int | ||
lotId | int | ||
lotName | string | ||
itemId | int | ||
itemPath | string | ||
enabled | int | ||
lotOperationId | int | ||
lotOperationName | string | ||
assetId | int | ||
assetPath | string | ||
itemSourceId | int | ||
itemSourceName | string | ||
startDate | datetime | ||
endDate | datetime |
Code Examples
# Example usage
>paramsDict = {'lotId': 1, 'assetId': 1}
>lotOperationEvents = system.kanoa.lot.getLotsForLotOperationEvent(paramsDict)
>print(lotOperationEvents)