Routing
api_register_state
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/api/register/state
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | _wdt | /_wdt/{token} | Path does not match |
| 3 | _profiler_home | /_profiler/ | Path does not match |
| 4 | _profiler_search | /_profiler/search | Path does not match |
| 5 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 6 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 7 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 8 | _profiler_font | /_profiler/font/{fontName}.woff2 | 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 | api_ai_uploads | /api/ai/uploads/{name} | Path does not match |
| 16 | api_ai_dfc_patient_post | /api/ai/dfc/{id}/patient | Path does not match |
| 17 | api_ai_dfc_status_put | /api/ai/dfc/{id}/status | Path does not match |
| 18 | api_ai_dfc_file_add | /api/ai/dfc/{id}/file | Path does not match |
| 19 | api_ai_dfc_files_update_status | /api/ai/dfc/{id}/files | Path does not match |
| 20 | api_ai_otp_expect | /api/ai/otp/expect | Path does not match |
| 21 | api_ai_otp_check | /api/ai/otp/check | Path does not match |
| 22 | api_ai_mutualGroup | /api/ai/mutualGroup | Path does not match |
| 23 | admin_api_dfc_add_file | /admin/api/dfc/add/{id}/file | Path does not match |
| 24 | admin_api_dfc_delete_file | /admin/api/dfc/delete/file/{id} | Path does not match |
| 25 | admin_api_group_get | /admin/api/group | Path does not match |
| 26 | admin_api_group_create | /admin/api/group | Path does not match |
| 27 | admin_api_group_getById | /admin/api/group/{id} | Path does not match |
| 28 | admin_api_group_toggle_user | /admin/api/group/{id}/user/{userId}/{action} | Path does not match |
| 29 | admin_api_group_toggle_manager | /admin/api/group/{id}/manager/{userId}/{action} | Path does not match |
| 30 | admin_api_users | /admin/api/users | Path does not match |
| 31 | admin_api_user_edit | /admin/api/user/{id} | Path does not match |
| 32 | admin_api_user_delete_V2 | /admin/api/user/{id} | Path does not match |
| 33 | admin_api_user_create | /admin/api/user | Path does not match |
| 34 | admin_api_user_add_file | /admin/api/user/add/{id}/file | Path does not match |
| 35 | admin_api_user_delete_file | /admin/api/user/delete/file/{id} | Path does not match |
| 36 | admin_api_comment_byDFCId | /admin/api/comment/dfc/{id} | Path does not match |
| 37 | admin_api_comment_add | /admin/api/comment | Path does not match |
| 38 | admin_api_contact_byUserId | /admin/api/contact/user/{id} | Path does not match |
| 39 | admin_api_contact_unlink | /admin/api/contact/{id}/user/{userId} | Path does not match |
| 40 | admin_api_contact_delete | /admin/api/contact/{id} | Path does not match |
| 41 | admin_api_contact_add | /admin/api/contact | Path does not match |
| 42 | admin_api_contact_edit | /admin/api/contact/{id} | Path does not match |
| 43 | admin_api_contact | /admin/api/contact | Path does not match |
| 44 | api_dfc_create | /api/dfc | Path does not match |
| 45 | api_dfc_files_add | /api/dfc/files | Path does not match |
| 46 | api_dfc | /api/dfc | Path does not match |
| 47 | api_dfc_id | /api/dfc/{id} | Path does not match |
| 48 | api_dfc_add_file | /api/dfc/{id}/file | Path does not match |
| 49 | api_register_file_add | /api/register/file | Path does not match |
| 50 | api_register_state | /api/register/state | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.