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