Routing
az-adminadmin_module_action
Matched route
Route Parameters
| Name | Value |
|---|---|
| actionSlug | "new" |
| moduleSlug | "users" |
Route Matching Logs
Path to match:
/az-admin/module/users/new
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | az-api-searchapp_api_apisearch_tasks | /api/search/tasks | Path does not match |
| 2 | az-api-searchapp_api_apisearch_uniqid | /api/search/uniqid | Path does not match |
| 3 | az-api-sub-tasksapp_api_apisubtask_updatesubtask | /api/sub-task/{uniqid} | Path does not match |
| 4 | az-api-sub-tasksapp_api_apisubtask_getsubtask | /api/sub-task/{uniqid} | Path does not match |
| 5 | az-api-sub-tasksapp_api_apisubtask_getreportdata | /api/sub-task/report-data/{uniqid} | Path does not match |
| 6 | az-api-sub-tasksapp_api_apisubtask_uploadreportpdf | /api/sub-task/upload-report-pdf/{uniqid} | Path does not match |
| 7 | az-api-dashboarddashboard-index | /api/dashboard/ | Path does not match |
| 8 | az-api-dashboarddashboard-list | /api/dashboard/list | Path does not match |
| 9 | az-api-inspectionsdashboard-index | /api/inspections/ | Path does not match |
| 10 | az-api-sub-task-fieldsapp_api_appsubtaskfield_formdata | /api/sub-task-field/form-data/{subTaskUniqid}/{fieldCode} | Path does not match |
| 11 | az-api-sub-task-fieldsapp_api_appsubtaskfield_getresponses | /api/sub-task-field/responses/{subTaskUniqid}/{fieldCode} | Path does not match |
| 12 | az-api-sub-task-fieldsapp_api_appsubtaskfield_uploadphotoforfield | /api/sub-task-field/upload-photo/{subTaskUniqid}/{fieldCode} | Path does not match |
| 13 | az-api-tasksdashboard-index | /api/task/ | Path does not match |
| 14 | az-api-tasksapp_api_apptask_downloadfile | /api/task/download/file/{fileUniqid} | Path does not match |
| 15 | az-api-tasksapp_api_apptask_getfile | /api/task/{uniqid}/file/{fileUniqid} | Path does not match |
| 16 | az-api-tasksapp_api_apptask_puttaskfile | /api/task/{task_uid}/file/{fileUniqid} | Path does not match |
| 17 | az-api-tasksapp_api_apptask_createtaskfilemetadata | /api/task/{task_uid}/file/{rfi_uid}/create | Path does not match |
| 18 | az-api-tasksapp_api_apptask_gettaskcontentstats | /api/task/{task_uid}/rfi/stats | Path does not match |
| 19 | az-api-tasksapp_api_apptask_getrficonversations | /api/task/{task_uid}/rfi/{rfi_uid} | Path does not match |
| 20 | az-api-tasksapp_api_apptask_putrfireply | /api/task/{task_uid}/rfi/{rfi_uid} | Path does not match |
| 21 | az-api-tasksapp_api_apptask_gettaskrfis | /api/task/{uniqid}/rfi | Path does not match |
| 22 | az-api-tasksapp_api_apptask_gettaskissuedfiles | /api/task/{uniqid}/issued-files | Path does not match |
| 23 | az-api-tasksapp_api_apptask_gettaskstatus | /api/task/{uniqid}/status | Path does not match |
| 24 | az-api-tasksapp_api_apptask_gettaskbadges | /api/task/{uniqid}/badges | Path does not match |
| 25 | az-api-tasksapp_api_apptask_gettask | /api/task/{uniqid} | Path does not match |
| 26 | az-api-taskstask-upload-file | /api/task/upload | Path does not match |
| 27 | az-api-taskstask-save-answer | /api/task/save | Path does not match |
| 28 | az-api-tasksinspection-list | /api/task/task/inspections | Path does not match |
| 29 | az-apiapi_index | /api/ | Path does not match |
| 30 | az-apiapp_api_authorization_hello | /api/hello | Path does not match |
| 31 | az-apiapi_login | /api/authenticate | Path does not match |
| 32 | az-apiapp_api_authorization_logout | /api/logout | Path does not match |
| 33 | az-apiauth-validate | /api/auth-validate | Path does not match |
| 34 | az-adminapp_admin_formssubtasks | /az-admin/forms/sub-tasks/{uniqid} | Path does not match |
| 35 | az-adminadmin_module | /az-admin/module/{moduleSlug}/ | Path does not match |
| 36 | az-adminadmin_module_action | /az-admin/module/{moduleSlug}/{actionSlug} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.