system.kanoa.lot.getRouteEvents(paramsDict)
Returns routes events filtered by the given parameters. paramsDict keys are optional unless otherwise stated.
Parameters
paramsDict Dictionary
| - enabled | Boolean | |
| - itemClassId | Integer | |
| - itemClassPath | String | |
| - itemId | Integer | |
| - itemPath | String | |
| - lotId | Integer | |
| - lotIdList | List of Integers | |
| - lotName | String | |
| - lotOperationEventId | Integer | |
| - routeEventId | Integer | |
| - routeId | Integer | |
| - routeIdList | List of Integers | |
| - routeName | String |
Returns
routeEventData pyDataset
Example
# Get all enabled routes
paramsDict = {"enabled": True}
routeEventData = system.kanoa.lot.getRoutes(paramsDict)