Routing
api_notifications_list
Matched route
Route Parameters
| Name | Value |
|---|---|
| _api_operation_name | "api_notifications_list" |
| _api_resource_class | "App\Entity\Notification\UserNotification" |
| _format | null |
| _stateless | true |
Route Matching Logs
Path to match:
/api/v2/notifications/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | api_doc | /api/v2/docs.{_format} | Path does not match |
| 2 | api_genid | /api/v2/.well-known/genid/{id} | Path does not match |
| 3 | api_validation_errors | /api/v2/validation_errors/{id} | Path does not match |
| 4 | api_entrypoint | /api/v2/{index}.{_format} | Path does not match |
| 5 | api_jsonld_context | /api/v2/contexts/{shortName}.{_format} | Path does not match |
| 6 | _api_errors | /api/v2/errors/{status}.{_format} | Path does not match |
| 7 | _api_validation_errors_problem | /api/v2/validation_errors/{id} | Path does not match |
| 8 | _api_validation_errors_hydra | /api/v2/validation_errors/{id} | Path does not match |
| 9 | _api_validation_errors_jsonapi | /api/v2/validation_errors/{id} | Path does not match |
| 10 | _api_validation_errors_xml | /api/v2/validation_errors/{id} | Path does not match |
| 11 | api_mercure_token | /api/v2/mercure/token | Path does not match |
| 12 | api_alcotests_list | /api/v2/alcotests/ | Path does not match |
| 13 | _api_/alcotests/alcotests/{id}{._format}_get | /api/v2/alcotests/alcotests/{id}.{_format} | Path does not match |
| 14 | api_alcotests_create | /api/v2/alcotests/ | Path does not match |
| 15 | api_guarded_objects_list | /api/v2/guarded_objects/ | Path does not match |
| 16 | _api_guarded_objects/guarded_objects/{id}{._format}_get | /api/v2/guarded_objects/guarded_objects/{id}.{_format} | Path does not match |
| 17 | api_notifications_list | /api/v2/notifications/ | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.