Routing
api_get_audiobooks
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/api/audiobooks
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_main | / | Path does not match |
| 2 | app_login | /login | Path does not match |
| 3 | app_logout | /logout | Path does not match |
| 4 | _wdt | /_wdt/{token} | Path does not match |
| 5 | _profiler_home | /_profiler/ | Path does not match |
| 6 | _profiler_search | /_profiler/search | Path does not match |
| 7 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 8 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 9 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 10 | _profiler_open_file | /_profiler/open | Path does not match |
| 11 | _profiler | /_profiler/{token} | Path does not match |
| 12 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 13 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 14 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 15 | admin | /admin | Path does not match |
| 16 | reporting_ecommerce | /admin/reporting_ecommerce | Path does not match |
| 17 | ajax_reporting_ecommerce | /admin/ajax_reporting_ecommerce | Path does not match |
| 18 | reporting | /admin/reporting | Path does not match |
| 19 | ajax_reporting_excel | /admin/ajax_reporting_excel | Path does not match |
| 20 | reporting_catalogue | /admin/reporting_catalogue | Path does not match |
| 21 | ajax_reporting_catalogue | /admin/ajax_reporting_catalogue | Path does not match |
| 22 | reindex_algolia | /refresh-algolia | Path does not match |
| 23 | trigger_frontend_build | /trigger-frontend-build | Path does not match |
| 24 | api_update_profil | /api/profil/update | Path does not match |
| 25 | api_get_zip_token | /api/get_zip_token | Path does not match |
| 26 | api_register | /api/register | Path does not match |
| 27 | api_password_forgot | /api/password_forgot | Path does not match |
| 28 | api_password_change | /api/password_change | Path does not match |
| 29 | api_get_categories_narra | /api/categories-narra | Path does not match |
| 30 | api_password_token | /api/password_token | Path does not match |
| 31 | api_password_validation | /api/password_validation | Path does not match |
| 32 | api_get_contenus | /api/contenus | Path does not match |
| 33 | api_get_narrators | /api/narrators | Path does not match |
| 34 | api_get_tier_by_slug | /api/tiers/{slug} | Path does not match |
| 35 | api_get_authors | /api/authors | Path does not match |
| 36 | api_get_tiers | /api/tiers | Path does not match |
| 37 | api_get_tiers_detail | /api/tiers/{id} | Path does not match |
| 38 | api_get_selections | /api/selections | Path does not match |
| 39 | api_get_genres | /api/genres | Path does not match |
| 40 | api_get_audiobooks | /api/audiobooks | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.