system.kanoa.shift.getShifts
Description
Returns shifts (kanoaOps).Syntax
getShifts(paramsDict)- paramsDict (Dictionary) - Parameters to filter shifts.
- Shift ID (Integer).
Code Example
# Example Usage:
shifts = system.kanoa.shift.getShifts({'shiftNameId': 1, 'assetPath': 'Factory%', 'assetTypeName': 'Production Line'})