Routing
api_dias_atencion
Matched route
Route Parameters
| Name | Value |
|---|---|
| especialidadId | "437" |
| sucursalId | "18" |
Route Matching Logs
Path to match:
/api/dias-atencion/sucursal/18/especialidad/437
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | api_sucursales | /api/sucursal | Path does not match |
| 2 | api_partial_especialidades | /api/sucursal/{sucursalId}/especialidades | Path does not match |
| 3 | api_partial_medicos | /api/medico/{data} | Path does not match |
| 4 | api_dias_atencion | /api/dias-atencion/sucursal/{sucursalId}/especialidad/{especialidadId} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.