system.kanoa.shift.getShiftBlocks(paramsDict)
Returns shiftsBlocks. paramsDict keys are optional.
Parameters
paramsDict Dictionary
| - assetId | Integer | |
| - assetPath | String | |
| - endDate | DateTime | |
| - recurring | Boolean | |
| - shiftBlockId | Integer | |
| - shiftId | Integer | |
| - shiftName | String | |
| - shiftNameId | Integer | |
| - startDate | DateTime |
Returns
shiftData pyDataset
Example
shiftBlocks = system.kanoa.shift.getShiftBlocks({'assetId': 901, 'recurring': True})