Routing
get_student_access_on_instance
Matched route
Route Parameters
| Name | Value |
|---|---|
| instanceId | "1439" |
Route Matching Logs
Path to match:
/lms-api/access/instance/1439/students
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | snapshotmergetool_snapshot_index | /_snap/ | Path does not match |
| 2 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 3 | _wdt | /_wdt/{token} | Path does not match |
| 4 | _profiler_home | /_profiler/ | Path does not match |
| 5 | _profiler_search | /_profiler/search | Path does not match |
| 6 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 7 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 8 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 9 | _profiler_open_file | /_profiler/open | Path does not match |
| 10 | _profiler | /_profiler/{token} | Path does not match |
| 11 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 12 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 13 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 14 | app.swagger_ui | /doc | Path does not match |
| 15 | fos_user_security_check | /login_check | Path does not match |
| 16 | fos_user_security_logout | /logout | Path does not match |
| 17 | fos_user_security_login | /login | Path does not match |
| 18 | fos_user_resetting_request | /resetting/request | Path does not match |
| 19 | fos_user_resetting_send_email | /resetting/send-email | Path does not match |
| 20 | fos_user_resetting_check_email | /resetting/check-email | Path does not match |
| 21 | fos_user_resetting_reset | /resetting/reset/{token} | Path does not match |
| 22 | hwi_oauth_service_redirect | /connect/{service} | Path does not match |
| 23 | hwi_oauth_connect_service | /connect/service/{service} | Path does not match |
| 24 | hwi_oauth_connect_registration | /connect/registration/{key} | Path does not match |
| 25 | hwi_oauth_connect | /login/ | Path does not match |
| 26 | google_login | /login/check-google | Path does not match |
| 27 | github_login | /login/check-github | Path does not match |
| 28 | simple_things_entity_audit_home | /audit/{page} | Path does not match |
| 29 | simple_things_entity_audit_viewrevision | /audit/viewrev/{rev} | Path does not match |
| 30 | simple_things_entity_audit_viewentity_detail | /audit/viewent/{className}/{id}/{rev} | Path does not match |
| 31 | simple_things_entity_audit_viewentity | /audit/viewent/{className}/{id} | Path does not match |
| 32 | simple_things_entity_audit_compare | /audit/compare/{className}/{id}/{oldRev}/{newRev} | Path does not match |
| 33 | users | /admin/user | Path does not match |
| 34 | user | /admin/user/{id} | Path does not match |
| 35 | user_create | /admin/user_create | Path does not match |
| 36 | admin_report | /admin/report | Path does not match |
| 37 | instances | /admin/instance | Path does not match |
| 38 | instance_create | /admin/instance_create | Path does not match |
| 39 | instance | /admin/instance/{id} | Path does not match |
| 40 | github_connect | /auth/github_connect | Path does not match |
| 41 | github_connect_check | /auth/github_connect_check | Path does not match |
| 42 | homepage | /admin | Path does not match |
| 43 | set_lang | /set_lang/{lang} | Path does not match |
| 44 | exercise_repo_create | /api/exercise/createRepo | Path does not match |
| 45 | exercise_repo_delete | /api/exercise/deleteRepo | Path does not match |
| 46 | exercise_team_share | /api/exercise/shareRepoWithTeam | Path does not match |
| 47 | exercise_team_unshare | /api/exercise/unshareRepoWithLecturer | Path does not match |
| 48 | exercise_lecturer_share | /api/exercise/shareRepoWithLecturer | Path does not match |
| 49 | exercise_repo_share_link_create | /api/exercise/createRepoShareLink | Path does not match |
| 50 | repo_share_with_token | /shareRepo/{teacherShareToken} | Path does not match |
| 51 | exercise_add_result | /api/exercise/addResult | Path does not match |
| 52 | github_push_hook | /hook/push | Path does not match |
| 53 | inject_notify | /api/inject_notify | Path does not match |
| 54 | assign_patricipants_to_instance | /api/instance/{id} | Path does not match |
| 55 | get_instance_for_api | /api/instance/{id} | Path does not match |
| 56 | language | /language/{id}/{instance} | Path does not match |
| 57 | language_direct | /language/{id} | Path does not match |
| 58 | language_version | /language_version/{id}/{version} | Path does not match |
| 59 | build | /build/{langDir}/{version}/{dayDir} | Path does not match |
| 60 | /pdf/{langDir}/{version}/{dayDir} | Path does not match | |
| 61 | zip | /zip/{langDir}/{version}/{dayDir} | Path does not match |
| 62 | schedule_pdf | /schedule-pdf/{languageDirectory}/{version} | Path does not match |
| 63 | api_module | /api/module | Path does not match |
| 64 | read_notification | /api/notification/{id}/read | Path does not match |
| 65 | add_notification | /api/notification | Path does not match |
| 66 | fos_user_registration_confirm | /register/confirm/{token} | Path does not match |
| 67 | get_student_access_on_instance | /lms-api/access/instance/{instanceId}/students | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.