Skip to main content

system.kanoa.schedule.getScheduleBlockExceptions

Description

Returns schedule block exceptions.

Syntax

getScheduleBlockExceptions(paramsDict)

Parameters:
  • paramsDict (dict): Parameters for filtering exceptions.

  • Returns:
  • scheduleBlockExceptions (pyDataset): Schedule block exception data.
  • Dictionary

    ParameterTypeRequiredNotes
    startDatedatetimeStart date for filtering exceptions
    endDatedatetimeEnd date for filtering exceptions
    scheduleBlockIdintID of the schedule block to retrieve exceptions for

    Code Examples

    # Example Usage:
    params_dict = {'scheduleBlockId': 123}
    exception_data = system.kanoa.schedule.getScheduleBlockExceptions(params_dict)