Routing
_api_/news{._format}_get_collection
Matched route
Route Parameters
| Name | Value |
|---|---|
| _api_operation_name | "_api_/news{._format}_get_collection" |
| _api_resource_class | "App\Entity\News" |
| _format | null |
| _stateless | true |
Route Matching Logs
Path to match:
/news
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | api_genid | /.well-known/genid/{id} | Path does not match |
| 2 | api_errors | /errors/{status} | Path does not match |
| 3 | api_validation_errors | /validation_errors/{id} | Path does not match |
| 4 | api_entrypoint | /{index}.{_format} | Path almost matches, but Requirement for "index" does not match (index) |
| 5 | api_doc | /docs.{_format} | Path does not match |
| 6 | _api_/competitions/{slug}{._format}_get | /competitions/{slug}.{_format} | Path does not match |
| 7 | _api_/competitions{._format}_get_collection | /competitions.{_format} | Path does not match |
| 8 | _api_/critical_questions/{id}{._format}_get | /critical_questions/{id}.{_format} | Path does not match |
| 9 | _api_/question/{id}/critical_post | /question/{id}/critical | Path does not match |
| 10 | _api_/critical_questions{._format}_get_collection | /critical_questions.{_format} | Path does not match |
| 11 | _api_/critical_questions/{id}{._format}_delete | /critical_questions/{id}.{_format} | Path does not match |
| 12 | _api_/custom_pages/{slug}{._format}_get | /custom_pages/{slug}.{_format} | Path does not match |
| 13 | _api_/custom_pages{._format}_get_collection | /custom_pages.{_format} | Path does not match |
| 14 | _api_/dataset_versions/{id}{._format}_get | /dataset_versions/{id}.{_format} | Path does not match |
| 15 | _api_/dataset_versions/{id}{._format}_delete | /dataset_versions/{id}.{_format} | Path does not match |
| 16 | _api_/dataset_version_subjects/{id}{._format}_get | /dataset_version_subjects/{id}.{_format} | Path does not match |
| 17 | _api_/dataset-version/{id}/question-schema_get_collection | /dataset-version/{id}/question-schema | Path does not match |
| 18 | _api_/faqs/{id}{._format}_get | /faqs/{id}.{_format} | Path does not match |
| 19 | _api_/faqs{._format}_get_collection | /faqs.{_format} | Path does not match |
| 20 | create_highlights_collection | /highlights/collection | Path does not match |
| 21 | _api_/highlights/{id}{._format}_get | /highlights/{id}.{_format} | Path does not match |
| 22 | delete_highlights_collection | /highlights/collection | Path does not match |
| 23 | _api_/learnings/{id}{._format}_get | /learnings/{id}.{_format} | Path does not match |
| 24 | _api_/learnings/{id}{._format}_patch | /learnings/{id}.{_format} | Path does not match |
| 25 | _api_/learnings{._format}_get_collection | /learnings.{_format} | Path does not match |
| 26 | _api_/learnings{._format}_post | /learnings.{_format} | Path does not match |
| 27 | _api_/licenses/{id}{._format}_get | /licenses/{id}.{_format} | Path does not match |
| 28 | _api_/licenses{._format}_get_collection | /licenses.{_format} | Path does not match |
| 29 | _api_/news/{slug}{._format}_get | /news/{slug}.{_format} | Path does not match |
| 30 | _api_/news{._format}_get_collection | /news.{_format} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.