system.kanoa.shift.getShiftBlocks
Description
Returns shift blocks (kanoaOps).Syntax
getShiftBlocks(paramsDict)- paramsDict (Dictionary) - Parameters to filter shift blocks.
- Shift Block ID (Integer).
Code Example
# Example Usage:
shiftBlocks = system.kanoa.shift.getShiftBlocks({'shiftNameId': 1, 'recurring': True})