# What this PR does Adds a `used` filter on schedules endpoint for internal API. Usage: - `?used=true` returns schedules that are referenced by at least one escalation policy - `?used=false` returns schedules that are NOT referenced - `?used=null` or not providing the query param at all will return all schedules ## Which issue(s) this PR fixes https://github.com/grafana/oncall/issues/1423 ## Checklist - [x] Tests updated |
||
|---|---|---|
| .. | ||
| apps | ||
| common | ||
| config_integrations | ||
| engine | ||
| settings | ||
| static/images | ||
| .dockerignore | ||
| .gitignore | ||
| celery_with_exporter.sh | ||
| conftest.py | ||
| Dockerfile | ||
| manage.py | ||
| pyproject.toml | ||
| requirements.txt | ||
| tox.ini | ||
| uwsgi.ini | ||
| wait_for_test_mysql_start.sh | ||