Routing
app.swagger_ui
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/doc
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _wdt | /_wdt/{token} | Path does not match |
| 2 | _profiler_home | /_profiler/ | Path does not match |
| 3 | _profiler_search | /_profiler/search | Path does not match |
| 4 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 5 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 6 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 7 | _profiler_open_file | /_profiler/open | Path does not match |
| 8 | _profiler | /_profiler/{token} | Path does not match |
| 9 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 10 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 11 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 12 | list_heimdall_user_by_type | /api/heimdall/type/{type} | Path does not match |
| 13 | get_mdm_data | /api/mdm/data | Path does not match |
| 14 | compute_delay_request | /api/mdm/compute-delay | Path does not match |
| 15 | get_geshapes | /api/mdm/geoshapes | Path does not match |
| 16 | get_perimeter | /api/mdm/get-perimeter | Path does not match |
| 17 | get_notification_configuration | /api/notification/settings/{userId} | Path does not match |
| 18 | post_notification_configuration | /api/notification/settings | Path does not match |
| 19 | put_notification_configuration | /api/notification/settings/{user_id} | Path does not match |
| 20 | authentication_test | /api/token-check | Path does not match |
| 21 | sso_publik_check | /sso/publik/check | Path does not match |
| 22 | sso_publik_connect | /sso/publik/connect | Path does not match |
| 23 | sso_publik_logout_frontchannel | /sso/publik/logout_frontchannel | Path does not match |
| 24 | sso_publik_logout_redirect | /sso/publik/logout_redirect | Path does not match |
| 25 | publik_view_request | /external/demandes/{id} | Path does not match |
| 26 | delete_request | /api/delete-request/{id} | Path does not match |
| 27 | get_request_attachment | /api/request/{id}/attachment/{attachmentId} | Path does not match |
| 28 | get_request_by_treatment | /api/request/per-additional-treatment | Path does not match |
| 29 | get_request | /api/request/{id} | Path does not match |
| 30 | get_request_field_values | /api/get-request-field-values/{field} | Path does not match |
| 31 | get_request_history | /api/request/{id}/history | Path does not match |
| 32 | get_request_per_status_by_user | /api/request/per-status-by-user | Path does not match |
| 33 | get_request_status | /api/request/{id}/status | Path does not match |
| 34 | get_request_by_status | /api/request/per-status | Path does not match |
| 35 | get_request_type | /api/get-request-type | Path does not match |
| 36 | get_filtered_requests_by_user | /api/my-requests | Path does not match |
| 37 | get_filtered_requests_visible_user | /api/requests | Path does not match |
| 38 | post_request_attachment | /api/request/{id}/attachment | Path does not match |
| 39 | post_request_comment | /api/request/{id}/comment | Path does not match |
| 40 | post_request | /api/request | Path does not match |
| 41 | post_request_copy | /api/request/copy | Path does not match |
| 42 | post_request_draft | /api/request/draft | Path does not match |
| 43 | put_request_status | /api/request/{id}/status | Path does not match |
| 44 | post_request_supervisor | /api/request/{id}/supervisor | Path does not match |
| 45 | put_request | /api/request/{id} | Path does not match |
| 46 | get_interventions | /api/interventions/{externalId} | Path does not match |
| 47 | saml_metadata | /saml/metadata | Path does not match |
| 48 | saml_acs | /saml/acs | Path does not match |
| 49 | saml_login | /saml/login | Path does not match |
| 50 | saml_logout | /saml/logout | Path does not match |
| 51 | app.swagger | /api/doc.json | Path does not match |
| 52 | app.swagger_ui | /doc | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.