GET https://test.app.zdeal.cm/api/exchange_rates.json

Routing

_api_/exchange_rates{._format}_get_collection Matched route

Route Parameters

Name Value
_api_operation_name
"_api_/exchange_rates{._format}_get_collection"
_api_resource_class
"App\Entity\ExchangeRates"
_format
"json"
_stateless
true

Route Matching Logs

Path to match: /api/exchange_rates.json
# Route name Path Log
1 api_genid /api/.well-known/genid/{id} Path does not match
2 api_errors /api/errors/{status} Path does not match
3 api_validation_errors /api/validation_errors/{id} Path does not match
4 api_entrypoint /api/{index}.{_format} Path almost matches, but Requirement for "index" does not match (index)
5 api_doc /api/docs.{_format} Path does not match
6 api_jsonld_context /api/contexts/{shortName}.{_format} Path does not match
7 _api_validation_errors_problem /api/validation_errors/{id} Path does not match
8 _api_validation_errors_hydra /api/validation_errors/{id} Path does not match
9 _api_validation_errors_jsonapi /api/validation_errors/{id} Path does not match
10 _api_/announcements/{id}{._format}_get /api/announcements/{id}.{_format} Path does not match
11 _api_/announcements{._format}_get_collection /api/announcements.{_format} Path does not match
12 _api_announcement/apartment/create_post /api/announcement/apartment/create Path does not match
13 _api_announcement/apartment/{id}.{_format}_put /api/announcement/apartment/{id}.{_format} Path does not match
14 _api_announcement/vehicle/create_post /api/announcement/vehicle/create Path does not match
15 _api_announcement/vehicle/{id}.{_format}_put /api/announcement/vehicle/{id}.{_format} Path does not match
16 _api_/announcement/{id}.{_format}_delete /api/announcement/{id}.{_format} Path does not match
17 _api_/announcement_media/{id}{._format}_get /api/announcement_media/{id}.{_format} Path does not match
18 _api_/announcement_media/{id}{._format}_patch /api/announcement_media/{id}.{_format} Path does not match
19 _api_/announcement_media{._format}_get_collection /api/announcement_media.{_format} Path does not match
20 _api_/announcement/{id}/medias.{_format}_post /api/announcement/{id}/medias.{_format} Path does not match
21 _api_/announcement_media/{id}{._format}_delete /api/announcement_media/{id}.{_format} Path does not match
22 _api_/announcements/{announcement_id}/bookings.{_format}_get_collection /api/announcements/{announcement_id}/bookings.{_format} Path does not match
23 _api_/announcements/{announcement_id}/user/booking-infos.{_format}_get_collection /api/announcements/{announcement_id}/user/booking-infos.{_format} Path does not match
24 _api_/bookings/{id}{._format}_get /api/bookings/{id}.{_format} Path does not match
25 _api_/bookings/slug/{slug}.{_format}_get /api/bookings/slug/{slug}.{_format} Path does not match
26 _api_/announcements/{announcement_id}/bookings/{id}.{_format}_get /api/announcements/{announcement_id}/bookings/{id}.{_format} Path does not match
27 _api_/booking/{booking_id}/transaction/search_get /api/booking/{booking_id}/transaction/search Path does not match
28 _api_/user/bookings.{_format}_get_collection /api/user/bookings.{_format} Path does not match
29 _api_/bookings/{slug}/validate.{_format}_post /api/bookings/{slug}/validate.{_format} Path does not match
30 _api_/bookings/{slug}/confirm/handover.{_format}_post /api/bookings/{slug}/confirm/handover.{_format} Path does not match
31 _api_/bookings/{slug}/confirm/receipt.{_format}_post /api/bookings/{slug}/confirm/receipt.{_format} Path does not match
32 _api_/bookings/{slug}/return.{_format}_post /api/bookings/{slug}/return.{_format} Path does not match
33 _api_/bookings/{slug}/dispute/open.{_format}_post /api/bookings/{slug}/dispute/open.{_format} Path does not match
34 _api_/announcement/{id}/booking.{_format}_post /api/announcement/{id}/booking.{_format} Path does not match
35 _api_/bookings/{slug}.{_format}_delete /api/bookings/{slug}.{_format} Path does not match
36 _api_/disputes/{id}{._format}_get /api/disputes/{id}.{_format} Path does not match
37 _api_/disputes{._format}_get_collection /api/disputes.{_format} Path does not match
38 create_dispute_message /api/disputes/{id}/messages Path does not match
39 _api_/dispute_reasons/{id}{._format}_get /api/dispute_reasons/{id}.{_format} Path does not match
40 _api_/dispute_reasons{._format}_get_collection /api/dispute_reasons.{_format} Path does not match
41 _api_/brands/{id}{._format}_get /api/brands/{id}.{_format} Path does not match
42 _api_/brands{._format}_get_collection /api/brands.{_format} Path does not match
43 _api_/categories/{id}{._format}_get /api/categories/{id}.{_format} Path does not match
44 _api_/categories{._format}_get_collection /api/categories.{_format} Path does not match
45 _api_/colors/{id}{._format}_get /api/colors/{id}.{_format} Path does not match
46 _api_/colors{._format}_get_collection /api/colors.{_format} Path does not match
47 _api_/contact_forms/{id}{._format}_get /api/contact_forms/{id}.{_format} Path does not match
48 _api_/contact_forms{._format}_post /api/contact_forms.{_format} Path does not match
49 _api_/converting/currency_post /api/converting/currency Path does not match
50 _api_/currencies/{id}{._format}_get /api/currencies/{id}.{_format} Path does not match
51 _api_/currencies{._format}_get_collection /api/currencies.{_format} Path does not match
52 _api_/exchange_rates/{id}{._format}_get /api/exchange_rates/{id}.{_format} Path does not match
53 _api_/exchange_rates{._format}_get_collection /api/exchange_rates.{_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.