Routing
api_clubs_get_posts_item
Matched route
Route Parameters
| Name | Value |
|---|---|
| _api_exception_to_status | [] |
| _api_has_composite_identifier | false |
| _api_identifiers | [
"id"
] |
| _api_item_operation_name | "get_posts" |
| _api_operation_name | "api_clubs_get_posts_item" |
| _api_resource_class | "App\Entity\Club" |
| _format | null |
| _stateless | null |
| id | "1" |
Route Matching Logs
Path to match:
/api/public/clubs/1/posts
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | api_genid | /api/.well-known/genid/{id} | Path does not match |
| 2 | api_entrypoint | /api/{index}.{_format} | Path does not match |
| 3 | api_doc | /api/docs.{_format} | Path does not match |
| 4 | api_jsonld_context | /api/contexts/{shortName}.{_format} | Path does not match |
| 5 | api_activities_get_activities_collection | /api/activities-list | Path does not match |
| 6 | api_activities_get_item | /api/activities/{id}.{_format} | Path does not match |
| 7 | api_activities_delete_item | /api/activities/{id}.{_format} | Path does not match |
| 8 | api_activities_put_item | /api/activities/{id}.{_format} | Path does not match |
| 9 | api_activities_patch_item | /api/activities/{id}.{_format} | Path does not match |
| 10 | api_ads_get_collection | /api/ads.{_format} | Path does not match |
| 11 | api_ads_post_collection | /api/ads.{_format} | Path does not match |
| 12 | api_ads_get_item | /api/ads/{id}.{_format} | Path does not match |
| 13 | api_ads_delete_item | /api/ads/{id}.{_format} | Path does not match |
| 14 | api_ads_put_item | /api/ads/{id}.{_format} | Path does not match |
| 15 | api_ads_patch_item | /api/ads/{id}.{_format} | Path does not match |
| 16 | api_alerts_get_nearest_alerts_collection | /api/public/alerts/nearest-alerts | Path does not match |
| 17 | api_alerts_get_collection | /api/alerts.{_format} | Path does not match |
| 18 | api_alerts_post_alert_collection | /api/alerts | Path does not match |
| 19 | api_alerts_get_item | /api/alerts/{id}.{_format} | Path does not match |
| 20 | api_alert_categories_get_collection | /api/public/alert_categories | Path does not match |
| 21 | api_alert_categories_get_item | /api/alert_categories/{id}.{_format} | Path does not match |
| 22 | api_claiming_requests_get_collection | /api/claiming_requests.{_format} | Path does not match |
| 23 | api_claiming_requests_claim_collection | /api/claim | Path does not match |
| 24 | api_claiming_requests_get_user_companies_claimed_collection | /api/get-user-companies-claimed | Path does not match |
| 25 | api_claiming_requests_get_item | /api/claiming_requests/{id}.{_format} | Path does not match |
| 26 | api_claiming_requests_delete_item | /api/claiming_requests/{id}.{_format} | Path does not match |
| 27 | api_claiming_requests_put_item | /api/claiming_requests/{id}.{_format} | Path does not match |
| 28 | api_claiming_requests_patch_item | /api/claiming_requests/{id}.{_format} | Path does not match |
| 29 | api_clubs_get_collection | /api/clubs.{_format} | Path does not match |
| 30 | api_clubs_post_collection | /api/clubs.{_format} | Path does not match |
| 31 | api_clubs_get_item | /api/clubs/{id}.{_format} | Path does not match |
| 32 | api_clubs_put_item | /api/clubs/{id}.{_format} | Path does not match |
| 33 | api_clubs_delete_item | /api/clubs/{id}.{_format} | Path does not match |
| 34 | api_clubs_get_companies_item | /api/public/clubs/{id}/companies | Path does not match |
| 35 | api_clubs_get_club_localize_item | /api/public/localize | Path does not match |
| 36 | api_clubs_get_posts_item | /api/public/clubs/{id}/posts | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.