system.kanoa.schedule.getScheduleBlockExceptions
Description
Returns schedule block exceptions.Syntax
getScheduleBlockExceptions(paramsDict)Parameters:
Returns:
Dictionary
Parameter | Type | Required | Notes |
---|---|---|---|
startDate | datetime | Start date for filtering exceptions | |
endDate | datetime | End date for filtering exceptions | |
scheduleBlockId | int | ID of the schedule block to retrieve exceptions for |
Code Examples
# Example Usage:
params_dict = {'scheduleBlockId': 123}
exception_data = system.kanoa.schedule.getScheduleBlockExceptions(params_dict)