system.kanoa.schedule.getScheduleBlockExceptions
Description
Returns schedule block exceptions.Syntax
getScheduleBlockExceptions(paramsDict)- paramsDict (dictionary) - Parameters for filtering exceptions. E.g., {'startDate': somedate, 'endDate': somedate} or {'scheduleBlockId': 67}.
- Schedule block exception data (pyDataset).
Code Example
# Example Usage:
params_dict = {'scheduleBlockId': 123}
exception_data = system.kanoa.schedule.getScheduleBlockExceptions(params_dict)