system.kanoa.shift.getShifts(paramsDict)
Returns shifts. paramsDict keys are optional.
Parameters
paramsDict Dictionary
| - assetId | Integer | |
| - assetPath | String | |
| - assetTypeName | Integer | |
| - shiftId | Integer | |
| - shiftName | String | |
| - shiftNameId | Integer |
Returns
shiftData pyDataset
Example
shiftData = system.kanoa.shift.getShifts({'assetId': 901})