Name | Type | Description | Notes |
---|---|---|---|
schedule_type | string | Filters on the provided the schedule type. Either `SessionTypeIds` or `ScheduleType` must be provided. | [optional] |
session_type_ids | int[] | Filters on the provided session type IDs. Either `SessionTypeIds` or `ScheduleType` must be provided. | [optional] |
start_time | \DateTime | Filters results to times that start on or after this time on the current date. Any date provided is ignored. <br />Default: 00:00:00 | [optional] |
end_time | \DateTime | Filters results to times that end on or before this time on the current date. Any date provided is ignored.. <br />Default: 23:59:59 | [optional] |
limit | int | Number of results to include, defaults to 100 | [optional] |
offset | int | Page offset, defaults to 0. | [optional] |