when passing
client.get_schedule(start_date='2019-07-01',end_date='2020-01-01', odata_kwargs=odata_kwargs)
the schedules that are returned start in July 2019, however the last one returned is from around the middle of October. Are the number of records or time frame being truncated or are they being called incorrectly?
when passing
client.get_schedule(start_date='2019-07-01',end_date='2020-01-01', odata_kwargs=odata_kwargs)
the schedules that are returned start in July 2019, however the last one returned is from around the middle of October. Are the number of records or time frame being truncated or are they being called incorrectly?