Routing
_api_/professor/meeting-requests_get
Matched route
Route Parameters
| Name | Value |
|---|---|
| _api_operation_name | "_api_/professor/meeting-requests_get" |
| _api_resource_class | "App\ApiResource\Professor\ProfessorMeetingRequestsOutput" |
| _format | null |
| _stateless | false |
Route Matching Logs
Path to match:
/api/professor/meeting-requests
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | api_doc | /api/docs.{_format} | Path does not match |
| 2 | api_genid | /api/.well-known/genid/{id} | Path does not match |
| 3 | api_validation_errors | /api/validation_errors/{id} | Path does not match |
| 4 | api_entrypoint | /api/{index}.{_format} | Path does not match |
| 5 | api_jsonld_context | /api/contexts/{shortName}.{_format} | Path does not match |
| 6 | _api_errors | /api/errors/{status}.{_format} | Path does not match |
| 7 | _api_validation_errors_problem | /api/validation_errors/{id} | Path does not match |
| 8 | _api_validation_errors_hydra | /api/validation_errors/{id} | Path does not match |
| 9 | _api_validation_errors_jsonapi | /api/validation_errors/{id} | Path does not match |
| 10 | _api_validation_errors_xml | /api/validation_errors/{id} | Path does not match |
| 11 | _api_/appreciations_post | /api/appreciations | Path does not match |
| 12 | _api_/appreciations/{type}/{gridId}/{studentId}_get | /api/appreciations/{type}/{gridId}/{studentId} | Path does not match |
| 13 | _api_/me/change-password_post | /api/me/change-password | Path does not match |
| 14 | _api_/brigadier/dashboard_get | /api/brigadier/dashboard | Path does not match |
| 15 | _api_/export/pdf/download-all_post | /api/export/pdf/download-all | Path does not match |
| 16 | _api_/export/pdf_post | /api/export/pdf | Path does not match |
| 17 | _api_/export/post_post | /api/export/post | Path does not match |
| 18 | _api_/grids/{id}/detail_get | /api/grids/{id}/detail | Path does not match |
| 19 | _api_/promotions/{promotionId}/grids_get_collection | /api/promotions/{promotionId}/grids | Path does not match |
| 20 | _api_/grid_summaries/{id}{._format}_get | /api/grid_summaries/{id}.{_format} | Path does not match |
| 21 | _api_/grids/{id}/synthesis_get | /api/grids/{id}/synthesis | Path does not match |
| 22 | _api_/meeting-thread/{situationId}/{studentId}_get | /api/meeting-thread/{situationId}/{studentId} | Path does not match |
| 23 | _api_/nac-evaluations/grid/{gridId}_get | /api/nac-evaluations/grid/{gridId} | Path does not match |
| 24 | _api_/nac-marks_post | /api/nac-marks | Path does not match |
| 25 | _api_/nac-marks/student/{studentId}/grid/{gridId}_get | /api/nac-marks/student/{studentId}/grid/{gridId} | Path does not match |
| 26 | _api_/professor/situations/copyable-sources_get | /api/professor/situations/copyable-sources | Path does not match |
| 27 | _api_/professor/meeting-requests/{id}/respond_patch | /api/professor/meeting-requests/{id}/respond | Path does not match |
| 28 | _api_/professor/meeting-requests_get | /api/professor/meeting-requests | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.