system.kanoa.shift.getShiftBlockExceptions(paramsDict)
Returns shiftBlock exceptions. paramsDict keys are optional.
Parameters
paramsDict Dictionary
| - endDate | DateTime | |
| - shiftBlockExceptionId | Integer | |
| - shiftBlockId | Integer | |
| - startDate | DateTime |
Returns
shiftBlockExceptionData pyDataset
Example
shiftBlockExceptions = system.kanoa.shift.getShiftBlockExceptions({'shiftBlockId': 1})