Routing
app_api_apiselection_selectdata
Matched route
Route Parameters
| Name | Value |
|---|---|
| selection | "all" |
Route Matching Logs
Path to match:
/api/select/all/data
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_update | /admin/{entity}/{type}/{id} | Path does not match |
| 2 | app_add | /admin/{entity}/{type} | Path does not match |
| 3 | app_form_forminformation_delcontent | /action/information/del | Path does not match |
| 4 | app_form_forminformation_delcontent_1 | /action/information/del/{id} | Path does not match |
| 5 | app_settings_delcontent | /action/user/del | Path does not match |
| 6 | app_settings_delcontent_1 | /action/user/del/{id} | Path does not match |
| 7 | app_api_apiroute_getcoords | /api/get/coords | Path does not match |
| 8 | app_api_apiroute_postfeedbackform | /api/post-form | Path does not match |
| 9 | app_api_apiroute_postadviceform | /api/post-advice-form | Path does not match |
| 10 | app_api_apiroute_getmappoints | /api/get/{entity}/points | Path does not match |
| 11 | app_api_apiroute_getmappoints_1 | /api/get/{entity}/points/{city} | Path does not match |
| 12 | app_api_apiroute_getmapcities | /api/get/{entity}/cities | Path does not match |
| 13 | app_api_apiroute_getcities | /api/get/cities/{sitecode} | Path does not match |
| 14 | app_api_apiroute_getpoints | /api/get/points/{sitecode}/{city} | Path does not match |
| 15 | app_api_apiselection_select | /api/select/{selection}/{entity} | Path almost matches, but Requirement for "selection" does not match (wipers|parts) |
| 16 | app_api_apiselection_selectmodification | /api/select/{selection}/{entity} | Path almost matches, but Requirement for "selection" does not match (wipers|parts) |
| 17 | app_api_apiselection_selectdata | /api/select/{selection}/data | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.