Routing
api_get_url_agendamiento_publico
Matched route
Route Parameters
| Name | Value |
|---|---|
| ci | "5900605" |
Route Matching Logs
Path to match:
/api/agenda-publica/cliente/5900605
| # | 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} | Path does not match |
| 5 | api_get_url_agenda_publica | /api/agenda-publica/cliente/{ci}/sucursal/{sucursalId}/especialidad/{especialidadId}/medico/{medicoId} | Path does not match |
| 6 | api_get_url_agendamiento_publico | /api/agenda-publica/cliente/{ci} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.