Description
The list_schedules uses /api/schedules which only returns non-hidden schedules. This should use /api/v2/schedules which also has a flag for includeHidden
MicroStrategy Support Case
Additional Context (optional)
This would impact:
mstrio/distribution_services/schedule/schedule.py: add a includeHidden argument
mstrio/api/schedules.py: endpoint='/api/schedules' to endpoint='/api/v2/schedules'
Description
The list_schedules uses /api/schedules which only returns non-hidden schedules. This should use /api/v2/schedules which also has a flag for includeHidden
MicroStrategy Support Case
Additional Context (optional)
This would impact:
mstrio/distribution_services/schedule/schedule.py: add a includeHidden argument
mstrio/api/schedules.py: endpoint='/api/schedules' to endpoint='/api/v2/schedules'