Routing
api_companies_get_item
Matched route
Route Parameters
| Name | Value |
|---|---|
| _api_exception_to_status | [] |
| _api_has_composite_identifier | false |
| _api_identifiers | [
"id"
] |
| _api_item_operation_name | "get" |
| _api_operation_name | "api_companies_get_item" |
| _api_resource_class | "App\Entity\Company" |
| _format | null |
| _stateless | null |
| id | "40" |
Route Matching Logs
Path to match:
/api/public/companies/40
| # | 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 | Path does not match |
| 37 | api_clubs_get_widgets_item | /api/public/clubs/{id}/widgets | Path does not match |
| 38 | api_clubs_get_homepage_item | /api/public/clubs/{id}/homepage | Path does not match |
| 39 | api_clubs_get_ads_item | /api/public/clubs/{id}/ads | Path does not match |
| 40 | api_clubs_post_alert_item | /api/clubs/{id}/users | Path does not match |
| 41 | api_clubs_get_users_item | /api/clubs/{id}/users | Path does not match |
| 42 | api_companies_get_nearest_companies_collection | /api/public/nearest-companies | Path does not match |
| 43 | api_companies_get_company_by_code_collection | /api/companies/get-company-by-code | Path does not match |
| 44 | api_companies_add_collaborator_collection | /api/companies/add-collaborator | Path does not match |
| 45 | api_companies_add_company_with_claiming_request_collection | /api/companies/add-company-with-claiming-request | Path does not match |
| 46 | api_companies_delete_collaborators_from_conpany_collection | /api/companies/{id}/delete_collaborators | Path does not match |
| 47 | api_companies_get_item | /api/public/companies/{id} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.