Routing
export_list
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/api/v4/export/list
# | Route name | Path | Log |
---|---|---|---|
1 | calendar_get | /api/calendar/{params} | Path does not match |
2 | category_save_route | /api/categories/service/save | Path does not match |
3 | contact_edit_route | /api/contact | Path does not match |
4 | customer_edit_route | /api/customers | Path does not match |
5 | customer_new_route | /api/customers | Path does not match |
6 | customer_files_post_route | /api/customer_files | Path does not match |
7 | customer_files_put_route | /api/customer_files | Path does not match |
8 | customer_files_delete_route | /api/customer_files/{id} | Path does not match |
9 | files_download_route | /api/files/download/{id} | Path does not match |
10 | files_view_route | /api/files/view/{id} | Path does not match |
11 | customer_logo_dl | /api/logo/{id} | Path does not match |
12 | field_edit_route | /api/field | Path does not match |
13 | app_getlistingviewordersaction__invoke | /api/view_orders/{entityShortName}/columns | Path does not match |
14 | listing_edit_route | /api/listing | Path does not match |
15 | mail_type_edit_route | /api/mail_types | Path does not match |
16 | mailType_duplicate_route | /api/mail_types/{id}/duplicate | Path does not match |
17 | app_monitoringaction_checkismaintenance | /api/monitoring | Path does not match |
18 | app_monologtest_testexception | /monolog/exception | Path does not match |
19 | app_monologtest_testexceptionallapis | /monolog/exception/all | Path does not match |
20 | params_put | /api/params | Path does not match |
21 | prospect_edit_route | /api/prospects | Path does not match |
22 | prospect_get_route | /api/prospects | Path does not match |
23 | quote_edit_route | /api/quote | Path does not match |
24 | quote_get_route | /api/quotes | Path does not match |
25 | quote_generate_pdf | /api/quote/{id}/generatepdf | Path does not match |
26 | quote_products_files | /api/quote/{id}/productsfiles | Path does not match |
27 | saved_user_search_edit_route | /api/saved_user_searches | Path does not match |
28 | security_group_edit_route | /api/security_groups | Path does not match |
29 | tab_edit_route | /api/tab | Path does not match |
30 | task_edit_route | /api/task | Path does not match |
31 | task_new_route | /api/task | Path does not match |
32 | task_get_route | /api/tasks | Path does not match |
33 | app_test_productlistingv2 | /api/products/listingV2 | Path does not match |
34 | unit_mailing_post | /api/prospect/{id}/task/form-mailing | Path does not match |
35 | user-info_edit_route | /api/user-info | Path does not match |
36 | user-info_remove_route | /api/user-info/{id} | Path does not match |
37 | v4_external_login | /api/v4/external/login | Path does not match |
38 | v4_external_wordpress | /api/v4/external/wordpress | Path does not match |
39 | view_order_edit_route | /api/view_orders | Path does not match |
40 | view_order_formatted_route | /api/view_orders_formatted | Path does not match |
41 | view_order_info_edit_route | /api/view_orders_info | Path does not match |
42 | reset_password.request.form | /api/v4/reset-password/request/form | Path does not match |
43 | reset_password.request | /api/v4/reset-password/request | Path does not match |
44 | reset_password.change.form | /api/v4/reset-password/change/form/{userId}/{token} | Path does not match |
45 | reset_password.change | /api/v4/reset-password/change | Path does not match |
46 | contact_get_route | /api/v4/partial-form/{formType} | Path does not match |
47 | get_import_form_entity_fields | /api/v4/import/form/entity_fields/{entity} | Path does not match |
48 | get_import | /api/v4/import/{id} | Path does not match |
49 | get_import_data | /api/v4/import/{id}/data/{page} | Path does not match |
50 | get_import_form | /api/v4/import/form | Path does not match |
51 | get_import_mapping_data | /api/v4/import/{id}/data-mapping/{page} | Path does not match |
52 | get_import_mapping_form | /api/v4/import/{id}/mapping/form | Path does not match |
53 | post_import_form | /api/v4/import/form | Path does not match |
54 | post_import_mapping_form | /api/v4/import/{id}/mapping/form | Path does not match |
55 | post_import_mapping_process | /api/v4/import/{id}/mapping/process | Path does not match |
56 | outlook_subscription_configuration_automatic_post | /api/microsoft-graph/outlook-subscription-configuration | Path does not match |
57 | get_prospect_contacts_search_form | /api/V4/prospects/contacts/search/form | Path does not match |
58 | post_prospect_contacts_search | /api/V4/prospects/{id}/contacts/search | Path does not match |
59 | v4_company_lookup_by_siret | /api/v4/company/lookup-by-siret/{siret} | Path does not match |
60 | app_v4_action_contact_partialcontactpersistaction__invoke | /api/v4/contact/partial-persist | Path does not match |
61 | app_v4_action_contact_partialcontactpersistaction__invoke_1 | /api/v4/contact/{id}/partial-persist | Path does not match |
62 | v4_dashboard_quote_in_progress | /api/v4/dashboard/quote/in-progress | Path does not match |
63 | v4_dashboard_quote_signed | /api/v4/dashboard/quote/signed | Path does not match |
64 | v4_dashboard_task_in_progress | /api/v4/dashboard/task/in-progress | Path does not match |
65 | v4_dashboard_task_today | /api/v4/dashboard/task/today | Path does not match |
66 | export_download | /api/v4/export/download/{entity}/{id} | Path does not match |
67 | export_list | /api/v4/export/list | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.