Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_address_nested_data | /api/address/nested-data | Path does not match |
| 2 | app_address_all | /api/address/all | Path does not match |
| 3 | app_address_save | /api/address/save/{address_id} | Path does not match |
| 4 | app_address_remove | /api/address/remove/{address_id} | Path does not match |
| 5 | app_address_type_all | /api/address/type/all | Path does not match |
| 6 | app_address_type_save | /api/address/type/save/{address_type_id} | Path does not match |
| 7 | app_address_type_remove | /api/address/type/remove/{address_type_id} | Path does not match |
| 8 | employee_enough_worked_hours | /api/analitic/employee-enough-worked-hours | Path does not match |
| 9 | api_auth_login | /api/auth/login | Path does not match |
| 10 | api_auth_logout | /api/auth/logout | Path does not match |
| 11 | check_user | /api/auth/check-user/{user_email} | Path does not match |
| 12 | create_with_alias | /api/branch/create-with-alias | Path does not match |
| 13 | branch_save | /api/branch/save/{branch_id} | Path does not match |
| 14 | branch_fetch | /api/branch/fetch/{branch_id} | Path does not match |
| 15 | branch_departments | /api/branch/departments/{branch_id} | Path does not match |
| 16 | branch_department_save | /api/branch/departement/save/{branch_id}/{departement_id} | Path does not match |
| 17 | branch_join_to_project | /api/branch/join-branch-to-project/{project_id}/{branch_id}/{project_branch_id} | Path does not match |
| 18 | customer_list | /api/customer/list | Path does not match |
| 19 | customer_manage | /api/customer/manage/{slug} | Path does not match |
| 20 | customer_save | /api/customer/save/{slug} | Path does not match |
| 21 | fetch_customer_certificate | /api/customer/fetch-customer-certificate/{customer_slug}/{certificate_history_id} | Path does not match |
| 22 | update_customer_certificate | /api/customer/update-customer-certificate/{customer_slug}/{certificate_history_id} | Path does not match |
| 23 | remove_customer_certificate | /api/customer/remove-customer-certificate/{customer_slug}/{certificate_id} | Path does not match |
| 24 | remove_customer_certificate_history | /api/customer/remove-customer-certificate-history/{customer_slug}/{certificate_history_id} | Path does not match |
| 25 | remove_customer_certificate_history_document | /api/customer/remove-customer-certificate-history-document/{customer_slug}/{history_document_id} | Path does not match |
| 26 | add_customer_certificate_history_document | /api/customer/add-customer-certificate-history-document/{customer_slug}/{document_history_id} | Path does not match |
| 27 | fetch_customer_joined_projects | /api/customer/fetch-customer-joined-projects/{customer_slug} | Path does not match |
| 28 | fetch_customer_projects | /api/customer/fetch-customer-projects/{customer_slug}/{worker_activity_id} | Path does not match |
| 29 | fetch_customer_project | /api/customer/fetch-customer-project/{customer_slug}/{project_stakeholder_id} | Path does not match |
| 30 | customer_join_to_project | /api/customer/customer-join-to-project/{slug}/{project_stakeholder_id} | Path does not match |
| 31 | customer_delete | /api/customer/delete/{slug}/{access_key} | Path does not match |
| 32 | customer_remove_from_project | /api/customer/remove-from-project/{slug}/{project_id}/{access_key} | Path does not match |
| 33 | fetch_customer_parsed_workers | /api/customer/fetch-parsed-workers/{customer_slug}/{is_all} | Path does not match |
| 34 | fetch-workers | /api/customer/fetch-workers/{customer_slug}{with_guest} | Path does not match |
| 35 | customer_search | /api/customer/search/{text} | Path does not match |
| 36 | customer_before_join_to_project | /api/customer/customer-before-join-to-project/{slug}/{project_stakeholder_id} | Path does not match |
| 37 | app_document_manager_upload_document | /api/document/manager/upload | Path does not match |
| 38 | app_document_manager_remove_document | /api/document/manager/remove/{file_name} | Path does not match |
| 39 | app_fetch_employee | /api/employee/fetch-employee | Path does not match |
| 40 | app_termination_employee_activity | /api/employee/termination-employee-activity/{activity_id} | Path does not match |
| 41 | error_report | /api/error-report | Path does not match |
| 42 | app_api_helpers_categories | /api/helpers/category/all | Path does not match |
| 43 | app_api_helpers_category_save | /api/helpers/category/save/{category_id} | Path does not match |
| 44 | app_api_category_remove | /api/helpers/category/remove/{category_id} | Path does not match |
| 45 | app_item_groupapp_api_helpers_groups | /api/helpers/item-group/all | Path does not match |
| 46 | app_item_groupapp_api_helpers_group_save | /api/helpers/item-group/save/{group_id} | Path does not match |
| 47 | app_item_groupapp_api_helpers_group_remove | /api/helpers/item-group/remove/{group_id} | Path does not match |
| 48 | app_api_unit_types_all | /api/helpers/unit-types/all | Path does not match |
| 49 | app_api_unit_type_save | /api/helpers/unit-types/save/{unit_type_id} | Path does not match |
| 50 | app_api_unit_type_remove | /api/helpers/unit-types/remove/{unit_type_id} | Path does not match |
| 51 | app_high_level_access | /api/access/high-level | Path does not match |
| 52 | app_stock_inventories | /api/inventory/stock/inventories/{stock_id} | Path does not match |
| 53 | app_material_inventory_histories | /api/inventory/material/history/{inventory_id} | Path does not match |
| 54 | manage_invoice | /api/invoice/manage/{order_id}/{invoice_id} | Path does not match |
| 55 | remove_invoice | /api/invoice/remove/{order_id}/{invoice_id} | Path does not match |
| 56 | fetch_locations | /api/locations/fetch-locations | Path does not match |
| 57 | fetch_location | /api/locations/fetch/{location_id} | Path does not match |
| 58 | fetch_countries | /api/locations/fetch-countries | Path does not match |
| 59 | save_location | /api/locations/save/{location_id} | Path does not match |
| 60 | app_material | /api/material/materials/{supplier_id} | Path does not match |
| 61 | app_material_fetch_manage_nested_data | /api/material/fetch-manage-nested-data | Path does not match |
| 62 | app_material_save | /api/material/save/{material_id} | Path does not match |
| 63 | order_costs | /api/order-cost/costs/{order_id} | Path does not match |
| 64 | order_cost | /api/order-cost/cost/{cost_id} | Path does not match |
| 65 | cost_save | /api/order-cost/save/{order_id}/{cost_id} | Path does not match |
| 66 | cost_remove | /api/order-cost/remove/{order_id}/{cost_id} | Path does not match |
| 67 | fetch_moveable_orders | /api/order/fetch-moveable-orders/{project_id} | Path does not match |
| 68 | fetch_project_orders | /api/order/fetch-project-orders/{project_id} | Path does not match |
| 69 | fetch_orders_all | /api/order/all | Path does not match |
| 70 | fetch_order_minify | /api/order/fetch-minify/{project_id}/{order_id} | Path does not match |
| 71 | fetch_order | /api/order/fetch/{project_id}/{order_id} | Path does not match |
| 72 | api_order_save | /api/order/save/{project_id}/{order_id} | Path does not match |
| 73 | remove_order | /api/order/remove/{project_id}/{order_id} | Path does not match |
| 74 | manage_order_status | /api/order/manage-status/{project_id}/{order_id} | Path does not match |
| 75 | order_feedback_manage | /api/order/feedback/manage/{order_id}/{feedback_id} | Path does not match |
| 76 | order_feedback_remove | /api/order/feedback/remove/{order_id}/{feedback_id} | Path does not match |
| 77 | project_orders_all | /api/order/project-orders-all | Path does not match |
| 78 | app_paper_start_finish_text | /api/paper-pattern/paper/start/finish/text | Path does not match |
| 79 | api_paperpattern_fetch | /api/paper-pattern/fetch/{pattern_for} | Path does not match |
| 80 | api_paperpattern_save | /api/paper-pattern/save/{pattern_for} | Path does not match |
| 81 | fetch_projects_for_administrative_customer | /api/project/fetch-projects-for-administrative-customer/{classify} | Path does not match |
| 82 | fetch_projects_for_timesheet | /api/project/fetch-projects-for-timesheet | Path does not match |
| 83 | fetch_weak_list | /api/project/fetch-projects/{customer_id} | Path does not match |
| 84 | core_joinable_project | /api/project/core-joinable-project/{customer_slug}/{project_id} | Path does not match |
| 85 | save_project | /api/project/save-project/{project_id} | Path does not match |
| 86 | save_partial_append_branches_to_project | /api/project/save-partial-append-branches-to-project/{project_id} | Path does not match |
| 87 | project_fetch | /api/project/fetch/{project_id} | Path does not match |
| 88 | project_stakeholder_timesheet_pdf_as_project_wait_for_check | /api/project/project-stakeholder-timesheet-pdf-as-project-wait-for-check/{project_stakeholder_id} | Path does not match |
| 89 | app_project_evaluate_profit_margin | /api/project/evaluate-profit-margin/{project_id} | Path does not match |
| 90 | project_stakeholder_timesheet_pdf_as_project | /api/project/project-stakeholder-timesheet-pdf-as-project/{project_stakeholder_id} | Path does not match |
| 91 | all_timesheets_pdf_as_year_for_customer | /api/project/all-timesheets-pdf-as-year-for-customer/{customer_slug}/{year} | Path does not match |
| 92 | app_api_project_toarchive | /api/project/re-classify/{classify}/{project_id} | Path does not match |
| 93 | app_api_project_payment_report | /api/project/payment-report/{project_id} | Path does not match |
| 94 | all_timesheets_pdf_as_year | /api/project/all-timesheets-pdf-as-year/{year} | Path does not match |
| 95 | add_project_addendum_cost | /api/project/add-project-addendum-cost/{project_id} | Path does not match |
| 96 | upload_cost_list | /api/project/upload-cost-list/{project_id} | Path does not match |
| 97 | upload_cost_list_transfer | /api/project/upload-cost-list-transfer/{project_id} | Path does not match |
| 98 | read_uploaded_cost_list | /api/project/read-uploaded-cost-list | Path does not match |
| 99 | transfer_uploaded_cost_list | /api/project/transfer-uploaded-cost-list | Path does not match |
| 100 | print_project_foreword | /api/project/print-project-foreword/{project_id} | Path does not match |
| 101 | app_project_order_expenses_generate_document_path | /api/project-order-expenses/generate-document-path | Path does not match |
| 102 | project_order_expenses_generate_file_job | /api/project-order-expenses/generate-file-job/{expense_id} | Path does not match |
| 103 | app_project_order_expenses_expense_fetch | /api/project-order-expenses/expense/fetch/{expense_id} | Path does not match |
| 104 | app_project_order_expenses_expense_save | /api/project-order-expenses/expense/save/{expense_id} | Path does not match |
| 105 | app_expense_remove | /api/project-order-expenses/expense-remove/{expense_id} | Path does not match |
| 106 | app_project_order_expenses_list | /api/project-order-expenses/list | Path does not match |
| 107 | app_project_order_expenses_list_minify | /api/project-order-expenses/list-minify | Path does not match |
| 108 | project_orders_expense_nested | /api/project-order-expenses/expense-nested | Path does not match |
| 109 | app_project_order_expenses_expense_fetch_positions | /api/project-order-expenses/expense/fetch-positions/{expense_id} | Path does not match |
| 110 | app_project_order_expense_fetch_position | /api/project-order-expenses/fetch-position/{expense_id}/{position_id} | Path does not match |
| 111 | app_expense_position_save | /api/project-order-expenses/expense-position-save/{expense_id}/{order_expense_position_id} | Path does not match |
| 112 | app_expense_position_remove | /api/project-order-expenses/expense-position-remove/{expense_id}/{order_expense_position_id} | Path does not match |
| 113 | expenses_of_project_order | /api/project-order-expenses/expenses-of-project-order/{project_order_id} | Path does not match |
| 114 | generate_expense_from_purchase_request | /api/project-order-expenses/generate-expense-from-purchase-request/{purchase_request_id} | Path does not match |
| 115 | project_owner_contat_person_manage | /api/project/owner/contact-person/manage/{owner_id}/{contact_person_id} | Path does not match |
| 116 | remove_contact_person | /api/project/owner/contact-person/remove/{owner_id}/{contact_person_id} | Path does not match |
| 117 | app_shopping_cartapp_purchase_request_nested_data | /api/purchase-request/fetch-nested-data | Path does not match |
| 118 | app_shopping_cartapp_purchase_request_send | /api/purchase-request/send | Path does not match |
| 119 | app_shopping_cartapp_purchase_request_pending | /api/purchase-request/fetch-pending | Path does not match |
| 120 | app_shopping_cartapp_purchase_request_no_readed_notifications | /api/purchase-request/fetch-no-readed-notifications | Path does not match |
| 121 | app_shopping_cartapp_purchase_request_unresolved | /api/purchase-request/fetch-unresolved-purchase-requests | Path does not match |
| 122 | app_shopping_cartapp_purchase_request_all | /api/purchase-request/fetch-all | Path does not match |
| 123 | app_shopping_cartapp_purchase_request_histoy_set_read | /api/purchase-request/history/set-read/{history_id} | Path does not match |
| 124 | app_shopping_cartapp_purchase_request_histoy_create | /api/purchase-request/history/create/{purchase_request_id} | Path does not match |
| 125 | app_shopping_cartapp_handle_purchse_request_with_positions | /api/purchase-request/handle-with-positions/{purchase_request_id} | Path does not match |
| 126 | app_shopping_cartapp_handle_send_notification | /api/purchase-request/handle-send-notification/{purchase_request_id} | Path does not match |
| 127 | source_handle_qualification | /api/source/handle-qualification/{qualification_id} | Path does not match |
| 128 | source_handle_certificate | /api/source/handle-certificate/{certificate_id} | Path does not match |
| 129 | source_handle_owner | /api/source/handle-project-owner/{owner_id} | Path does not match |
| 130 | app_stock_item_allapp_stock_item_all_with_stocks | /api/stock-item/all-with-stocks | Path does not match |
| 131 | app_stock_item_allapp_stock_items | /api/stock-item/all | Path does not match |
| 132 | app_stock_item_allapp_stock_item | /api/stock-item/fetch/{item_id} | Path does not match |
| 133 | app_stock_item_allapp_stock_item_save | /api/stock-item/save/{item_id} | Path does not match |
| 134 | app_all_stocks | /api/stock/all | Path does not match |
| 135 | app_stock_fetch | /api/stock/fetch/{stock_item_id} | Path does not match |
| 136 | app_stock | /api/stock/save/{stock_id} | Path does not match |
| 137 | app_stock_remove | /api/stock/remove/{stock_item_id} | Path does not match |
| 138 | app_stock_remove_stock | /api/stock/remove-stock/{stock_id} | Path does not match |
| 139 | app_stock_merge | /api/stock/merge/{source_stock_id}/{target_stock_id} | Path does not match |
| 140 | app_stock_move | /api/stock/move/{source_stock_id}/{location_id} | Path does not match |
| 141 | app_stock_save_minify | /api/stock/save-minify/{source_stock_id} | Path does not match |
| 142 | app_stock_fetch_stock_issue_nesteds | /api/stock/fetch-stock-issue-nesteds | Path does not match |
| 143 | app_stock_fetch_all_stock_issues | /api/stock/fetch-all-stock-issues | Path does not match |
| 144 | app_stock_fetch_stock_issue | /api/stock/fetch-stock-issue/{stock_issue_id} | Path does not match |
| 145 | app_stock_save_stock_issue | /api/stock/save-stock-issue/{stock_issue_id} | Path does not match |
| 146 | app_stock_issue_generate_pdf | /api/stock/generate-stock-issue-pdf/{stock_issue_id} | Path does not match |
| 147 | app_stock_issue_remove_pdf | /api/stock/remove-stock-issue-pdf | Path does not match |
| 148 | app_stock_item_fetch_all_with_missing_prices | /api/stock/fetch-all-with-missing-prices | Path does not match |
| 149 | app_stock_item_handle_stock_item_prices | /api/stock/handle-stock-item-prices | Path does not match |
| 150 | supplier_all | /api/supplier/all | Path does not match |
| 151 | supplier | /api/supplier/supplier/{supplier_id} | Path does not match |
| 152 | supplier_save | /api/supplier/save/{supplier_id} | Path does not match |
| 153 | supplier_save_dept | /api/supplier/save/{supplier_id} | Path does not match |
| 154 | supplier_remove | /api/supplier/remove/{supplier_id} | Path does not match |
| 155 | app_api_test | /api/tests | Path does not match |
| 156 | app_api_timesheet_test | /api/timesheet/test | Path does not match |
| 157 | app_api_timesheet_status | /api/timesheet/status | Path does not match |
| 158 | employee_list | /api/timesheet/employee-list/{project_id}/{order_id}/{branch_id} | Path does not match |
| 159 | app_api_timesheet_pdf_output | /api/timesheet/pdf-output/{worker_activity_id}/{project_id}/{project_order_id}/{branch_id} | Path does not match |
| 160 | worker_timesheet_add_time_v2 | /api/timesheet/add-time-v2/{project_id}/{project_order_id}/{branch_id} | Path does not match |
| 161 | employee_yearly_statistics | /api/timesheet/employee-yearly-statistics/{worker_activity_id} | Path does not match |
| 162 | order_undertakings | /api/undertaking/undertakings/{order_id} | Path does not match |
| 163 | undertaking_save | /api/undertaking/save/{order_id}/{undertaking_id} | Path does not match |
| 164 | undertaking_remove | /api/undertaking/remove/{order_id}/{undertaking_id} | Path does not match |
| 165 | api_user_profile_update | /api/user-profile/update | Path does not match |
| 166 | api_user_profile_update_password | /api/user-profile/update-password | Path does not match |
| 167 | app_vouchers | /api/voucher/vouchers | Path does not match |
| 168 | voucher_save | /api/voucher/save/{voucher_id} | Path does not match |
| 169 | voucher_remove | /api/voucher/remove/{voucher_id} | Path does not match |
| 170 | worker_manage | /api/worker/manage_by_activity/{worker_activity_id} | Path does not match |
| 171 | worker_save | /api/worker/save/{customer_slug}/{worker_activity_id} | Path does not match |
| 172 | remove_worker | /api/worker/remove-worker/{customer_id}/{worker_slug} | Path does not match |
| 173 | fetch_worker_certificate | /api/worker/fetch-worker-certificate/{worker_slug}/{certificate_history_id} | Path does not match |
| 174 | update_worker_certificate | /api/worker/update-worker-certificate/{worker_id}/{certificate_history_id} | Path does not match |
| 175 | update_worker_substitutes | /api/worker/update-worker-substitutes/{worker_activity_id} | Path does not match |
| 176 | update_worker_coverages | /api/worker/update-worker-coverages/{worker_activity_id} | Path does not match |
| 177 | remove_worker_certificate | /api/worker/remove-worker-certificate/{worker_slug}/{certificate_id} | Path does not match |
| 178 | remove_worker_certificate_history | /api/worker/remove-worker-certificate-history/{certificate_history_id} | Path does not match |
| 179 | remove_worker_certificate_history_document | /api/worker/remove-worker-certificate-history-document/{worker_slug}/{history_document_id} | Path does not match |
| 180 | add_worker_certificate_history_document | /api/worker/add-worker-certificate-history-document/{worker_slug}/{document_history_id} | Path does not match |
| 181 | fetch_customer_project_for_worker | /api/worker/fetch-customer-project/{worker_activity_id}/{stakeholder_project_id} | Path does not match |
| 182 | fetch_worker_activity_project | /api/worker/fetch-worker-activity-project/{worker_activitiy_id}/{worker_in_project_id} | Path does not match |
| 183 | worker_activity_join_to_project | /api/worker/worker-activity-join-to-project/{worker_activity_id}/{project_stakeholder_id}/{worker_in_project_id} | Path does not match |
| 184 | worker_activity_join_to_selected_projects | /api/worker/worker-activity-join-to-selected-projects/{customer_slug}/{worker_activity_id} | Path does not match |
| 185 | project_joined_workers | /api/worker/project-joined-workers/{project_id}/{order_id}/{branch_id} | Path does not match |
| 186 | worker_timesheet_calendar_for_year | /api/worker/worker-timesheet-calendar-for-year/{worker_activity_id}/{year} | Path does not match |
| 187 | project_stakeholder_worker_timesheet_add_time_v1 | /api/worker/project-stakeholder-worker-timesheet-add-time-v1/{worker_activity_id}/{worker_in_project_id}/{project_order_id}/{branch_id} | Path does not match |
| 188 | timesheet_customer_joined_project_manage_workers | /api/worker/timesheet-customer-joined-project-manage-workers/{core_project_id}/{project_branch_id}/{project_order_id} | Path does not match |
| 189 | project_stakeholder_worker_activity_timesheet_add_comment_v1 | /api/worker/project-stakeholder-worker-activity-timesheet-add-comment-v1/{worker_activity_id}/{stakeholder_project_id}/{project_order_id}/{branch_id} | Path does not match |
| 190 | worker_timesheet_add_payment_v1 | /api/worker/project-stakeholder-worker-timesheet-add-payment-v1/{worker_activity_id}/{project_id}/{project_order_id}/{project_branch} | Path does not match |
| 191 | worker_all_timesheet_pdf_for_year_month | /api/worker/worker-all-timesheet-pdf-for-year-month/{worker_activity_id}/{project_id}/{project_order_id}/{branch_id} | Path does not match |
| 192 | worker_reset_device | /api/worker/reset-device/{worker_slug} | Path does not match |
| 193 | worker_list | /api/worker/list/{customer_slug} | Path does not match |
| 194 | worker_remove_from_project | /api/worker/remove-from-project/{slug}/{project_id} | Path does not match |
| 195 | worker_timesheet_calendar | /api/worker/worker-timesheet-calendar/{worker_slug}/{year}/{month} | Path does not match |
| 196 | employee_worked_navigator_prepare | /api/worker/employee-worked-navigator-prepare | Path does not match |
| 197 | employee_worked_navigator | /api/worker/employee-worked-navigator | Path does not match |
| 198 | employee_performance_for_orders | /api/worker/employee-performance-for-orders/{worker_activity_id} | Path does not match |
| 199 | pdf_presenter | /file-presenter/pdf/{filename} | Path does not match |
| 200 | pdf_presenter_delete | /file-presenter/pdf/delete/{filename} | Path does not match |
| 201 | app_iphone_test_logs | /iphone/test/logs | Path does not match |
| 202 | app_languages | /languages | Path does not match |
| 203 | app_index | / | Path does not match |
| 204 | customers_layout | /customers | Path does not match |
| 205 | customer_layout | /customer/{slug}/{tabindex} | Path does not match |
| 206 | workers_layout | /workers/{slug} | Path does not match |
| 207 | worker_layout | /worker/{slug}/{tabindex} | Path does not match |
| 208 | projects_list | /projects | Path does not match |
| 209 | project | /project/{key} | Path does not match |
| 210 | app_users | /users | Path does not match |
| 211 | app_login | /login | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.