system.kanoa.lot.getLotOperationEvent(paramsDict)
Returns lot operation events filtered by the given parameters
Parameters
paramsDict Dictionary
| - assetId | Integer | |
| - assetPath | String | |
| - enabled | Boolean | |
| - endDate | DateTime | End date of the lotEvent |
| - itemId | Integer | |
| - itemPath | String | |
| - lotOperationEventId | Integer | |
| - lotOperationId | Integer | |
| - lotOperationName | String | |
| - startDate | DateTime | Start date of the lotEvent |
Returns
lotOperationEventData pyDataset
Example
paramsDict = {'lotId': 1, 'assetId': 1}
lotOperationEvents = system.kanoa.lot.getLotOperationEvent(paramsDict)