system.kanoa.schedule.getScheduleBlockExceptions(paramsDict)
Returns scheduleBlock exceptions. paramsDict keys are optional
Parameters
paramsDict Dictionary
| - assetId | Integer | |
| - assetPath | String | |
| - endDate | DateTime | |
| - scheduleBlockExceptionId | Integer | |
| - scheduleBlockId | Integer | |
| - startDate | DateTime |
Returns
scheduleBlockExceptionData pyDataset
Example
paramsDict = {'scheduleBlockId': 123}
scheduleBlockExceptionData = system.kanoa.schedule.getScheduleBlockExceptions(paramsDict)