Routing
_api_/studio_get_collection
Matched route
Route Parameters
| Name | Value |
|---|---|
| _api_operation_name | "_api_/studio_get_collection" |
| _api_resource_class | "App\Entity\Studio" |
| _format | null |
| _stateless | null |
Route Matching Logs
Path to match:
/api/studio
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | api_genid | /api/.well-known/genid/{id} | Path does not match |
| 2 | api_entrypoint | /api/{index}.{_format} | Path almost matches, but Requirement for "index" does not match (index) |
| 3 | api_doc | /api/docs.{_format} | Path does not match |
| 4 | api_jsonld_context | /api/contexts/{shortName}.{_format} | Path does not match |
| 5 | _api_/kurs/{id}_get | /api/kurs/{id} | Path does not match |
| 6 | _api_/kurs_get_collection | /api/kurs | Path does not match |
| 7 | _api_/kurs-category/{id}_get | /api/kurs-category/{id} | Path does not match |
| 8 | _api_/kurs-category_get_collection | /api/kurs-category | Path does not match |
| 9 | _api_/leistung/{id}_get | /api/leistung/{id} | Path does not match |
| 10 | _api_/leistung_get_collection | /api/leistung | Path does not match |
| 11 | _api_/leistung-category/{id}_get | /api/leistung-category/{id} | Path does not match |
| 12 | _api_/leistung-category_get_collection | /api/leistung-category | Path does not match |
| 13 | _api_/media-category/{id}_get | /api/media-category/{id} | Path does not match |
| 14 | _api_/media-category_get_collection | /api/media-category | Path does not match |
| 15 | _api_/exif/{id}_get | /api/exif/{id} | Path does not match |
| 16 | _api_/media/{id}_get | /api/media/{id} | Path does not match |
| 17 | _api_/media_get_collection | /api/media | Path does not match |
| 18 | _api_/news/{id}_get | /api/news/{id} | Path does not match |
| 19 | _api_/news_get_collection | /api/news | Path does not match |
| 20 | _api_/news-category/{id}_get | /api/news-category/{id} | Path does not match |
| 21 | _api_/news->category_get_collection | /api/news->category | Path does not match |
| 22 | _api_/seo/{id}_get | /api/seo/{id} | Path does not match |
| 23 | _api_/seo/{id}_patch | /api/seo/{id} | Path does not match |
| 24 | _api_/seo/{id}_put | /api/seo/{id} | Path does not match |
| 25 | _api_/seo_post | /api/seo | Path does not match |
| 26 | _api_/seo/{id}_delete | /api/seo/{id} | Path does not match |
| 27 | _api_/seo_get_collection | /api/seo | Path does not match |
| 28 | _api_/studio/{id}_get | /api/studio/{id} | Path does not match |
| 29 | _api_/studio_get_collection | /api/studio | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.