Skip to main content

system.kanoa.schedule.getScheduleBlockExceptions(paramsDict)

Returns scheduleBlock exceptions. paramsDict keys are optional


Parameters

paramsDict Dictionary

- assetIdInteger
- assetPathString
- endDateDateTime
- scheduleBlockExceptionIdInteger
- scheduleBlockIdInteger
- startDateDateTime

Returns

scheduleBlockExceptionData pyDataset


Example

paramsDict = {'scheduleBlockId': 123}
scheduleBlockExceptionData = system.kanoa.schedule.getScheduleBlockExceptions(paramsDict)