Routing
(none)
Matched route
Route Matching Logs
Path to match:
/robots.txt
# | Route name | Path | Log |
---|---|---|---|
1 | create_category | /api/v1/categories | Path does not match |
2 | update_category | /api/v1/categories/{uuid} | Path does not match |
3 | get_all_global_categories | /api/v1/categories/global | Path does not match |
4 | get_all_categories_for_company | /api/v1/categories/company | Path does not match |
5 | get_category | /api/v1/categories/{uuid} | Path does not match |
6 | get_category_questions | /api/v1/categories/{uuid}/questions | Path does not match |
7 | create_company | /api/v1/companies | Path does not match |
8 | update_company | /api/v1/companies/{uuid} | Path does not match |
9 | get_company | /api/v1/companies/{uuid} | Path does not match |
10 | get_all_companies | /api/v1/companies | Path does not match |
11 | get_all_company_customers | /api/v1/companies/{uuid}/customers | Path does not match |
12 | create_company_inhouse_question | /api/v1/company-inhouse-questions/company | Path does not match |
13 | update_company_inhouse_question | /api/v1/company-inhouse-questions/company | Path does not match |
14 | get_company_inhouse_question | /api/v1/company-inhouse-questions/company/{companyUuid} | Path does not match |
15 | create_company_skill_question | /api/v1/company-skill-questions | Path does not match |
16 | update_company_skill_question | /api/v1/company-skill-questions/{uuid} | Path does not match |
17 | bulk_create_company_questions | /api/v1/company-skill-questions/bulk | Path does not match |
18 | get_all_company_skill_questions | /api/v1/company-skill-questions | Path does not match |
19 | get_company_skill_question | /api/v1/company-skill-questions/{uuid} | Path does not match |
20 | import_company_skill_questions | /api/v1/company-skill-questions/import/{companyUuid} | Path does not match |
21 | create_company_video_question | /api/v1/company-video-questions/company | Path does not match |
22 | update_company_video_question | /api/v1/company-video-questions/company | Path does not match |
23 | get_company_video_question | /api/v1/company-video-questions/company/{companyUuid} | Path does not match |
24 | create_customer | /api/v1/customers | Path does not match |
25 | update_customer | /api/v1/customers/{uuid} | Path does not match |
26 | get_customer | /api/v1/customers/{uuid} | Path does not match |
27 | create_inhouse_question | /api/v1/global-inhouse-questions | Path does not match |
28 | update_global_inhouse_question | /api/v1/global-inhouse-questions | Path does not match |
29 | get_global_inhouse_questions | /api/v1/global-inhouse-questions | Path does not match |
30 | import_skill_questions | /api/v1/global-skill-questions/import | Path does not match |
31 | download_skill_questions_example | /api/v1/global-skill-questions/download | Path does not match |
32 | create_global_skill_question | /api/v1/global-skill-questions | Path does not match |
33 | update_global_skill_question | /api/v1/global-skill-questions/{uuid} | Path does not match |
34 | bulk_create_global_skill_questions | /api/v1/global-skill-questions/bulk | Path does not match |
35 | get_all_global_skill_questions | /api/v1/global-skill-questions | Path does not match |
36 | get_global_skill_questions | /api/v1/global-skill-questions/{uuid} | Path does not match |
37 | create_global_video_question | /api/v1/global-video-questions | Path does not match |
38 | update_global_video_question | /api/v1/global-video-questions | Path does not match |
39 | get_global_video_questions | /api/v1/global-video-questions/{uuid} | Path does not match |
40 | get_all_global_video_questions | /api/v1/global-video-questions | Path does not match |
41 | get_all_languages | /api/v1/languages | Path does not match |
42 | get_uploaded_videos | /api/v1/videos | Path does not match |
43 | upload_storage_file | /api/v1/images | Path does not match |
44 | get_storage_files | /api/v1/images | Path does not match |
45 | delete_storage_file | /api/v1/images | Path does not match |
46 | default_route | / | Path does not match |
47 | auth_forgotten_password | /auth/forgotten_password/{email} | Path does not match |
48 | auth_reset_password | /auth/reset_password/{resetToken} | Path does not match |
49 | auth_invalidate_refresh_token | /auth/invalidate_refresh_token | Path does not match |
50 | get_kpi_statistics | /api/v1/statistics/kpi | Path does not match |
51 | start_application | /api/v1/public/survey-applications | Path does not match |
52 | get_next_question | /api/v1/public/survey-applications/{uuid}/next-question | Path does not match |
53 | add_answer | /api/v1/public/survey-applications/{uuid}/answer | Path does not match |
54 | get_application_result | /api/v1/public/survey-applications/{uuid} | Path does not match |
55 | create_survey | /api/v1/surveys | Path does not match |
56 | get_skill_questions_for_survey | /api/v1/surveys/skill-questions/{categoryUuid}/default-set | Path does not match |
57 | get_skill_questions_for_from_library | /api/v1/surveys/skill-questions/{categoryUuid}/from-library/{questionType} | Path does not match |
58 | get_inhouse_questions_for_survey | /api/v1/surveys/inhouse-questions/default-set | Path does not match |
59 | get_inhouse_questions_for_from_library | /api/v1/surveys/inhouse-questions/from-library/{questionType} | Path does not match |
60 | get_video_questions_for_survey | /api/v1/surveys/video-questions/default-set | Path does not match |
61 | get_video_questions_for_from_library | /api/v1/surveys/video-questions/from-library/{questionType} | Path does not match |
62 | get_survey | /api/v1/public/surveys/{uuid} | Path does not match |
63 | get_survey_links_for_candidate_portal | /api/v1/surveys | Path does not match |
64 | get_self | /api/v1/users/_self | Path does not match |
65 | _preview_error | /_error/{code}.{_format} | Path does not match |
66 | _wdt | /_wdt/{token} | Path does not match |
67 | _profiler_home | /_profiler/ | Path does not match |
68 | _profiler_search | /_profiler/search | Path does not match |
69 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
70 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
71 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
72 | _profiler_open_file | /_profiler/open | Path does not match |
73 | _profiler | /_profiler/{token} | Path does not match |
74 | _profiler_router | /_profiler/{token}/router | Path does not match |
75 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
76 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
77 | check_path | /auth | Path does not match |
78 | gesdinet_jwt_refresh_token | /auth/refresh | Path does not match |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.