Routing

app.catalogue_get_ouvrages Matched route

Route Parameters

Name Value
_format
"json"

Route Matching Logs

Path to match: /api/catalogue/ouvrages
# Route name Path Log
1 app_liste_auteurs /auteurs/{term} Path does not match
2 app_liste_search_auteurs /search-auteurs Path does not match
3 app_auteur_ouvrages /mes-ouvrages Path does not match
4 app_auteur_collections /mes-collections Path does not match
5 app_auteur_revues /mes-revues Path does not match
6 app_ouvrage_statistique_vente /mes-{from}/statistique/vente/{ean} Path does not match
7 app_login /connexion Path does not match
8 app_logout /deconnexion Path does not match
9 app_check_access_token /check-access-token/{accessToken} Path does not match
10 app_list_articles /list/articles Path does not match
11 app_liste_collections /collections/{term} Path does not match
12 app_liste_search_collections /search-collections Path does not match
13 app_commande_historique /historique-commande Path does not match
14 app_commande_produit_numerique /produits-numeriques Path does not match
15 app_compte_infos /informations-personnelles Path does not match
16 app_compte_adresses /adresses Path does not match
17 app_compte_payement /mode-payement Path does not match
18 app_compte_favoris /favoris Path does not match
19 app_compte_alertes /alertes Path does not match
20 app_actualites-medias /mes-actualites-medias Path does not match
21 app_contributions /mes-contributions Path does not match
22 app_mon-agenda /mon-agenda Path does not match
23 app_pages_publiques /mes-pages-publiques Path does not match
24 app_contact_sav /contact-sav Path does not match
25 app_contact_charge_auteur /contact-charge-auteur Path does not match
26 app_contact_send /contact/send Path does not match
27 app_liste_editeurs /editeurs/{term} Path does not match
28 app_liste_search_editeurs /search-editeurs Path does not match
29 app_fiche_agenda /agenda/{slug}/{id} Path does not match
30 app_liste_agenda /agenda Path does not match
31 auth_google /auth/google Path does not match
32 auth_google_callback /auth/google/callback Path does not match
33 auth_facebook /auth/facebook Path does not match
34 auth_facebook_callback /auth/facebook/callback Path does not match
35 global_search /global-search Path does not match
36 app_website_notfound_index /404.{_format} Path does not match
37 app_fiche_ouvrage /catalogue/livre/{slug}/{id} Path does not match
38 app_liste_catalogue /catalogue Path does not match
39 app_catalogue_search_term /catalogue/search/{term} Path does not match
40 app_catalogue_thematique /catalogue/thematique/{slug}/{id} Path does not match
41 app_catalogue_zone_geographique /catalogue/zone-geographique/{slug}/{id} Path does not match
42 app_catalogue_editeur /catalogue/editeur/{slug}/{id} Path does not match
43 app_catalogue_revue /catalogue/revue/{slug}/{id} Path does not match
44 app_catalogue_auteur /catalogue/auteur/{slug}/{id} Path does not match
45 app_catalogue_collection /catalogue/collection/{slug}/{id} Path does not match
46 app_condidature_send /condidature/send Path does not match
47 app_redirect_ouvrage /redirect/ouvrage/{id} Path does not match
48 app_redirect_revue /redirect/revue/{id} Path does not match
49 app_redirect_auteur /redirect/auteur/{id} Path does not match
50 app_redirect_zone_geographique /redirect/zone-geographique/{id} Path does not match
51 app_redirect_thematique /redirect/thematique/{id} Path does not match
52 app_redirect_collection /redirect/collection/{id} Path does not match
53 app_liste_revues /revues/{term} Path does not match
54 app_liste_search_revues /search-revues Path does not match
55 app_cart_panier /panier Path does not match
56 app_cart_identification /recap/identification Path does not match
57 app_cart_livraison /recap/livraison Path does not match
58 app_cart_paiement /recap/paiement Path does not match
59 app_cart_confirmation /recap/confirmation Path does not match
60 app.adresse_livraison_delete /api/adresse-livraison/delete/{id}.{_format} Path does not match
61 app.adresse_livraison_update /api/adresse-livraison/update/{id}.{_format} Path does not match
62 app.adresse_livraison_add /api/adresse-livraison/add.{_format} Path does not match
63 app.adresse_facturation_update /api/adresse-facturation/update.{_format} Path does not match
64 app.favori_update /api/favori/update/{id}.{_format} Path does not match
65 app.contact_contact_sav /api/contact/contact-sav.{_format} Path does not match
66 app.contact_contact_auteur /api/contact/contact-auteur/{id}.{_format} Path does not match
67 app.contact_contact_charge_auteur /api/contact/contact-charge-auteur.{_format} Path does not match
68 app.alerte_add /api/alerte/add/{type}/{id}.{_format} Path does not match
69 app.alerte_delete /api/alerte/delete/{type}/{id}.{_format} Path does not match
70 app.compte_password_oublie /api/compte/password-oublie.{_format} Path does not match
71 app.compte_reset_password /api/compte/reset-password.{_format} Path does not match
72 app.compte_inscription /api/compte/inscription.{_format} Path does not match
73 app.compte_identite /api/compte/identite.{_format} Path does not match
74 app.compte_anonymous_login /api/compte/anonymous-login.{_format} Path does not match
75 app.compte_delete_client /api/compte/delete-client.{_format} Path does not match
76 app.compte_get_indicateurs_telephoniques /api/compte/indicateurs-telephoniques.{_format} Path does not match
77 app.catalogue_get_ouvrages /api/catalogue/ouvrages.{_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.