Skip to main content

system.kanoa.shift.getShiftBlocks(paramsDict)

Returns shiftsBlocks. paramsDict keys are optional.


Parameters

paramsDict Dictionary

- assetIdInteger
- assetPathString
- endDateDateTime
- recurringBoolean
- shiftBlockIdInteger
- shiftIdInteger
- shiftNameString
- shiftNameIdInteger
- startDateDateTime

Returns

shiftData pyDataset


Example

shiftBlocks = system.kanoa.shift.getShiftBlocks({'assetId': 901, 'recurring': True})