GET https://dev.e-recepta.net/api/v2/chats/check

Routing

check_get Matched route

Route Parameters

Name Value
_api_operation_name
"check_get"
_api_resource_class
"App\Entity\Chat"
_format
null
_stateless
null

Route Matching Logs

Path to match: /api/v2/chats/check
# Route name Path Log
1 app_ifr_zbadani.en /en/ifr/zbadani Path does not match
2 app_ifr_zbadani.uk /ua/ifr/zbadani Path does not match
3 app_ifr_zbadani.pl /ifr/zbadani Path does not match
4 api_genid /api/v2/.well-known/genid/{id} Path does not match
5 api_entrypoint /api/v2/{index}.{_format} Path does not match
6 api_doc /api/v2/docs.{_format} Path does not match
7 api_jsonld_context /api/v2/contexts/{shortName}.{_format} Path does not match
8 autocomplete /api/v2/autocompletes.{_format} Path does not match
9 _api_/autocompletes/{id}_get /api/v2/autocompletes/{id} Path does not match
10 _api_/blog_categories/{id}.{_format}_get /api/v2/blog_categories/{id}.{_format} Path does not match
11 _api_/blog_categories.{_format}_get_collection /api/v2/blog_categories.{_format} Path does not match
12 get_blog_post /api/v2/blog_posts/{id}.{_format} Path does not match
13 get_blog_post_collection /api/v2/blog_posts.{_format} Path does not match
14 get_blog_post_by_slug /api/v2/blog_posts/slug/{id} Path does not match
15 _api_/chats.{_format}_get_collection /api/v2/chats.{_format} Path does not match
16 _api_/chats/{id}.{_format}_get /api/v2/chats/{id}.{_format} Path almost matches, but Requirement for "id" does not match (\d+)
17 check_get /api/v2/chats/check Route matches!

Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.