Routing
api_receive_report
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/api/ai/receive
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 3 | _wdt | /_wdt/{token} | Path does not match |
| 4 | _profiler_home | /_profiler/ | Path does not match |
| 5 | _profiler_search | /_profiler/search | Path does not match |
| 6 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 7 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 8 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 9 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 10 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 11 | _profiler_open_file | /_profiler/open | Path does not match |
| 12 | _profiler | /_profiler/{token} | Path does not match |
| 13 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 14 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 15 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 16 | user_register | /user/register | Path does not match |
| 17 | app_verify_email | /user/verify/email/{id} | Path does not match |
| 18 | app_verify2_email | /user/verify2/email | Path does not match |
| 19 | home_admin | /backend-admin/ | Path does not match |
| 20 | manage_oficinas | /backend-admin/manage_oficinas/{userid} | Path does not match |
| 21 | crear_oficina | /backend-admin/crear_oficina/{userid} | Path does not match |
| 22 | editar_oficina | /backend-admin/editar-oficina/{userid}/{ofid} | Path does not match |
| 23 | asignar_sensor | /backend-admin/crear-sensor/{ofid} | Path does not match |
| 24 | editar_sensor | /backend-admin/editar-sensor/{sid} | Path does not match |
| 25 | api_docs | /backend-admin/api_docs | Path does not match |
| 26 | manage_ai_data | /backend-admin/manage_ai_data/{ofid} | Path does not match |
| 27 | preview_ai_data | /backend-admin/preview_ai_data/{ofid}/{jsonid} | Path does not match |
| 28 | manage_subscriptions | /backend-admin/earlyaccess_subscription | Path does not match |
| 29 | manage_eventos | /backend-admin/eventos | Path does not match |
| 30 | event_delete | /backend-admin/event/delete/{sensor}/{date} | Path does not match |
| 31 | evento_enviar | /backend-admin/eventos/{sensor}/{date}/{eventType} | Path does not match |
| 32 | analisis_temp | /backend-admin/analisis-temp/{id} | Path does not match |
| 33 | analisis_patrones | /backend-admin/analisis-temp-patrones/{id} | Path does not match |
| 34 | analisis_predicciones | /backend-admin/analisis-predicciones/{id} | Path does not match |
| 35 | analisis_recomendaciones | /backend-admin/analisis-recomendaciones/{id} | Path does not match |
| 36 | ai_report_index | /backend-admin/ai-report-index | Path does not match |
| 37 | sim_data | /backend-admin/sim-data | Path does not match |
| 38 | report_costs | /backend-admin/costs | Path does not match |
| 39 | cost_new | /backend-admin/cost/edit | Path does not match |
| 40 | cost_edit_existing | /backend-admin/cost/edit/{id} | Path does not match |
| 41 | firmware_index | /backend-admin/firmware | Path does not match |
| 42 | firmware_new | /backend-admin/firmware/edit | Path does not match |
| 43 | firmware_edit_existing | /backend-admin/firmware/edit/{id} | Path does not match |
| 44 | report_shipping | /backend-admin/shipping | Path does not match |
| 45 | shipping_new | /backend-admin/shipping/edit | Path does not match |
| 46 | shipping_edit_existing | /backend-admin/shipping/edit/{id} | Path does not match |
| 47 | dashboard_streaming | /backend-admin/dashboard_streaming/input/{ofid} | Path does not match |
| 48 | fetch_ai | /backend-admin/dashboard_streaming/fetch_ai/{ofid}/{date} | Path does not match |
| 49 | delete_ai_report | /backend-admin/dashboard_streaming/delete_ai_report/{reportId} | Path does not match |
| 50 | data_visualizer | /backend-admin/dashboard_streaming/data-visualizer | Path does not match |
| 51 | data_query | /backend-admin/dashboard_streaming/data-query | Path does not match |
| 52 | sensor_mac | /backend-admin/dashboard_streaming/sensor-mac | Path does not match |
| 53 | delete_sensormac | /backend-admin/dashboard_streaming/sensor-mac/{id}/delete | Path does not match |
| 54 | data_sensormac | /backend-admin/dashboard_streaming/data-sensormac | Path does not match |
| 55 | api_output_index | /backend-admin/json-renderer/api-output | Path does not match |
| 56 | api_output_new | /backend-admin/json-renderer/api-output/new | Path does not match |
| 57 | api_output_edit | /backend-admin/json-renderer/api-output/{id}/edit | Path does not match |
| 58 | api_eav_configuration_index | /backend-admin/json-renderer/api-eav-configuration | Path does not match |
| 59 | api_eav_configuration_new | /backend-admin/json-renderer/api-eav-configuration/new | Path does not match |
| 60 | api_eav_configuration_edit | /backend-admin/json-renderer/api-eav-configuration/{id}/edit | Path does not match |
| 61 | api_log | /api/dl/log | Path does not match |
| 62 | api_playlist | /api/dl/playlist | Path does not match |
| 63 | api_scd40_log | /api/scd40/log | Path does not match |
| 64 | api_scd40_read | /api/scd40/read/{key}/{length} | Path does not match |
| 65 | api_scd40_read_times | /api/scd40/readtimes/{key}/{length}/{times_read} | Path does not match |
| 66 | api_receive_report | /api/ai/receive | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.