Routing
api_privilegio_avaliado
Matched route
Route Parameters
| Name | Value |
|---|---|
| avaliado | "68659" |
Route Matching Logs
Path to match:
/api/privilegio/avaliado/68659
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | api_index | /api/ | Path does not match |
| 2 | api_evs_modelagem | /api/evs/modelagem/{modelagem} | Path does not match |
| 3 | api_evs_especialidade | /api/evs/modelagem/{modelagem}/especialidade/{especialidade} | Path does not match |
| 4 | api_evs_avaliado | /api/evs/avaliado/{avaliado} | Path does not match |
| 5 | api_evs_avaliado_trimestral | /api/evs/avaliado/{avaliado}/trimestral | Path does not match |
| 6 | api_evs_check_periodo | /api/evs/check-periodo | Path does not match |
| 7 | api_privilegio_avaliado | /api/privilegio/avaliado/{avaliado} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.