Routing
api.front.trip.details
Matched route
Route Parameters
| Name | Value |
|---|---|
| id | "394" |
Route Matching Logs
Path to match:
/api/front/trips/394
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | api.auth.user | /api/auth/user | Path does not match |
| 2 | api.auth.jwt | /api/auth/jwt | Path does not match |
| 3 | api.auth.refresh | /api/auth/refresh | Path does not match |
| 4 | api.supplier.status | /api/suppliers/status | Path does not match |
| 5 | api.supplier.list_operators | /api/suppliers/tour-operators | Path does not match |
| 6 | api.supplier.get_operator | /api/suppliers/tour-operators/{id} | Path does not match |
| 7 | api.supplier.get_operator_logo | /api/suppliers/tour-operators/{id}/logo | Path does not match |
| 8 | api.supplier.security.register | /api/suppliers/public/register | Path does not match |
| 9 | api.supplier.security.activate | /api/suppliers/public/activate | Path does not match |
| 10 | api.supplier.security.init_password_reset | /api/suppliers/public/init-password-reset | Path does not match |
| 11 | api.supplier.security.reset_password | /api/suppliers/public/reset-password | Path does not match |
| 12 | api.supplier.service_delivery.list | /api/suppliers/deliveries | Path does not match |
| 13 | api.supplier.service_delivery.get | /api/suppliers/deliveries/{id} | Path does not match |
| 14 | api.supplier.service_delivery.update | /api/suppliers/deliveries/{id} | Path does not match |
| 15 | api.supplier.service_delivery.download_itinerary | /api/suppliers/deliveries/{id}/itinerary | Path does not match |
| 16 | api.supplier.tour_leader.trip_info | /api/suppliers/tour-leaders/trips/{id} | Path does not match |
| 17 | api.supplier.tour_leader.set_transport_data | /api/suppliers/tour-leaders/deliveries/{id}/transport-data | Path does not match |
| 18 | api.supplier.tour_leader.set_participants_data | /api/suppliers/tour-leaders/trips/{id}/participants-data | Path does not match |
| 19 | api.supplier.tour_leader.register_invoice | /api/suppliers/tour-leaders/invoices | Path does not match |
| 20 | api.tour_operator.create_offer | /api/tour-operator/offers | Path does not match |
| 21 | api.backoffice.employee.synchronize | /api/backoffice/operators/{code}/employees | Path does not match |
| 22 | api.backoffice.employee.rename | /api/backoffice/operators/{code}/employees/rename | Path does not match |
| 23 | api.backoffice.home | /api/backoffice/ | Path does not match |
| 24 | api.backoffice.operator.create | /api/backoffice/operators | Path does not match |
| 25 | api.front.dictionary.list | /api/front/dictionaries/{dictionary} | Path does not match |
| 26 | api.front.dictionary.create | /api/front/dictionaries/{dictionary} | Path does not match |
| 27 | api.front.dictionary.get | /api/front/dictionaries/{dictionary}/{id} | Path does not match |
| 28 | api.front.dictionary.update | /api/front/dictionaries/{dictionary}/{id} | Path does not match |
| 29 | api.front.dictionary.delete | /api/front/dictionaries/{dictionary}/{id} | Path does not match |
| 30 | api.front.dictionary.move | /api/front/dictionaries/{dictionary}/{id}/move | Path does not match |
| 31 | api.front.employee.list | /api/front/employees | Path does not match |
| 32 | api.front.employee.create | /api/front/employees | Path does not match |
| 33 | api.front.employee.get | /api/front/employees/{id} | Path does not match |
| 34 | api.front.employee.update | /api/front/employees/{id} | Path does not match |
| 35 | api.front.employee.delete | /api/front/employees/{id} | Path does not match |
| 36 | api.front.employee.search | /api/front/employees/search | Path does not match |
| 37 | api.front.admin.index | /api/front/admin/ | Path does not match |
| 38 | api.front.admin.change_year | /api/front/admin/change-year | Path does not match |
| 39 | api.front.admin.set_logo | /api/front/admin/logo | Path does not match |
| 40 | api.front.admin.delete_logo | /api/front/admin/logo | Path does not match |
| 41 | api.front.settings.get_fakturownia | /api/front/settings/fakturownia | Path does not match |
| 42 | api.front.settings.set_fakturownia | /api/front/settings/fakturownia | Path does not match |
| 43 | api.front.settings.get_travelpay | /api/front/settings/travelpay | Path does not match |
| 44 | api.front.settings.set_travelpay | /api/front/settings/travelpay | Path does not match |
| 45 | api.front.settings.get_bank | /api/front/settings/bank | Path does not match |
| 46 | api.front.settings.set_bank | /api/front/settings/bank | Path does not match |
| 47 | api.front.settings.get_smtp | /api/front/settings/smtp | Path does not match |
| 48 | api.front.settings.set_smtp | /api/front/settings/smtp | Path does not match |
| 49 | api.front.settings.get_invoice_data | /api/front/settings/invoice-data | Path does not match |
| 50 | api.front.settings.set_invoice_data | /api/front/settings/invoice-data | Path does not match |
| 51 | api.front.client.list | /api/front/clients | Path does not match |
| 52 | api.front.client.create | /api/front/clients | Path does not match |
| 53 | api.front.client.get | /api/front/clients/{id} | Path does not match |
| 54 | api.front.client.update | /api/front/clients/{id} | Path does not match |
| 55 | api.front.client.delete | /api/front/clients/{id} | Path does not match |
| 56 | api.front.client.search | /api/front/clients/search | Path does not match |
| 57 | api.front.client.set_tags | /api/front/clients/{id}/tags | Path does not match |
| 58 | api.front.document.render_preview | /api/front/documents/preview | Path does not match |
| 59 | api.front.document.create | /api/front/documents | Path does not match |
| 60 | api.front.document.get | /api/front/documents/{format}/{id} | Path does not match |
| 61 | api.front.document_template.meta.list_types | /api/front/document-templates/metadata | Path does not match |
| 62 | api.front.document_template.meta.show_type | /api/front/document-templates/metadata/{type} | Path does not match |
| 63 | api.front.document_template.list | /api/front/document-templates | Path does not match |
| 64 | api.front.document_template.get | /api/front/document-templates/{id} | Path does not match |
| 65 | api.front.document_template.create | /api/front/document-templates | Path does not match |
| 66 | api.front.document_template.show | /api/front/document-templates/{id} | Path does not match |
| 67 | api.front.document_template.update | /api/front/document-templates/{id} | Path does not match |
| 68 | api.front.document_template.delete | /api/front/document-templates/{id} | Path does not match |
| 69 | api.front.status | /api/front/status | Path does not match |
| 70 | api.front.get_logo | /api/front/logo | Path does not match |
| 71 | api.front.invoice.list | /api/front/invoices | Path does not match |
| 72 | api.front.invoice.create | /api/front/invoices | Path does not match |
| 73 | api.front.invoice.get | /api/front/invoices/{id} | Path does not match |
| 74 | api.front.invoice.update | /api/front/invoices/{id} | Path does not match |
| 75 | api.front.invoice.delete | /api/front/invoices/{id} | Path does not match |
| 76 | api.front.invoice.cost_allocation | /api/front/invoices/{id}/cost-allocation | Path does not match |
| 77 | api.front.invoice.get_allocations | /api/front/invoices/{id}/allocations | Path does not match |
| 78 | api.front.invoice.set_allocations | /api/front/invoices/{id}/allocations | Path does not match |
| 79 | api.front.invoice.attachment | /api/front/invoices/{id}/attachment | Path does not match |
| 80 | api.front.invoice.register_transfer | /api/front/invoices/{id}/transfer | Path does not match |
| 81 | api.front.invoice.get_transfer | /api/front/invoices/{id}/transfer | Path does not match |
| 82 | api.front.message.get | /api/front/messages/{id} | Path does not match |
| 83 | api.front.message_template.meta.list_types | /api/front/message-templates/metadata | Path does not match |
| 84 | api.front.message_template.meta.show_type | /api/front/message-templates/metadata/{type} | Path does not match |
| 85 | api.front.message_template.list | /api/front/message-templates | Path does not match |
| 86 | api.front.message_template.create | /api/front/message-templates | Path does not match |
| 87 | api.front.message_template.show | /api/front/message-templates/{id} | Path does not match |
| 88 | api.front.message_template.update | /api/front/message-templates/{id} | Path does not match |
| 89 | api.front.message_template.delete | /api/front/message-templates/{id} | Path does not match |
| 90 | api.front.note.list | /api/front/notes | Path does not match |
| 91 | api.front.note.create | /api/front/notes | Path does not match |
| 92 | api.front.note.get | /api/front/notes/{id} | Path does not match |
| 93 | api.front.note.delete | /api/front/notes/{id} | Path does not match |
| 94 | api.front.offer.list | /api/front/offers | Path does not match |
| 95 | api.front.offer.create | /api/front/offers | Path does not match |
| 96 | api.front.offer.get | /api/front/offers/{id} | Path does not match |
| 97 | api.front.offer.update | /api/front/offers/{id} | Path does not match |
| 98 | api.front.offer.delete | /api/front/offers/{id} | Path does not match |
| 99 | api.front.offer.upload_file | /api/front/offers/{id}/files | Path does not match |
| 100 | api.front.offer.download_file | /api/front/offers/files/{id} | Path does not match |
| 101 | api.front.offer.update_file | /api/front/offers/files/{id} | Path does not match |
| 102 | api.front.offer.delete_file | /api/front/offers/files/{id} | Path does not match |
| 103 | api.front.offer.consolidate | /api/front/offers/{id}/consolidate | Path does not match |
| 104 | api.front.offer.history | /api/front/offers/{id}/history | Path does not match |
| 105 | api.front.organization.list | /api/front/organizations | Path does not match |
| 106 | api.front.organization.create | /api/front/organizations | Path does not match |
| 107 | api.front.organization.get | /api/front/organizations/{id} | Path does not match |
| 108 | api.front.organization.update | /api/front/organizations/{id} | Path does not match |
| 109 | api.front.organization.delete | /api/front/organizations/{id} | Path does not match |
| 110 | api.front.organization.search | /api/front/organizations/search | Path does not match |
| 111 | api.front.organization.set_tags | /api/front/organizations/{id}/tags | Path does not match |
| 112 | api.front.profile.get | /api/front/profile | Path does not match |
| 113 | api.front.profile.change_password | /api/front/profile/change-password | Path does not match |
| 114 | api.front.profile.update | /api/front/profile | Path does not match |
| 115 | api.front.security.init_password_reset | /api/front/public/init-password-reset | Path does not match |
| 116 | api.front.security.reset_password | /api/front/public/reset-password | Path does not match |
| 117 | api.front.service_delivery.create | /api/front/service-deliveries | Path does not match |
| 118 | api.front.service_delivery.update | /api/front/service-deliveries/{id}/{scope} | Path does not match |
| 119 | api.front.service_delivery.delete | /api/front/service-deliveries/{id} | Path does not match |
| 120 | api.front.service_delivery.service_create | /api/front/service-deliveries/{deliveryId}/services | Path does not match |
| 121 | api.front.service_delivery.service_update | /api/front/service-deliveries/services/{id} | Path does not match |
| 122 | api.front.service_delivery.service_delete | /api/front/service-deliveries/services/{id} | Path does not match |
| 123 | api.front.service_supplier.list | /api/front/suppliers/{serviceType} | Path does not match |
| 124 | api.front.service_supplier.create | /api/front/suppliers/{serviceType} | Path does not match |
| 125 | api.front.service_supplier.update | /api/front/suppliers/{serviceType}/{id} | Path does not match |
| 126 | api.front.service_supplier.get | /api/front/suppliers/{serviceType}/{id} | Path does not match |
| 127 | api.front.service_supplier.set_google_place | /api/front/suppliers/{serviceType}/{id}/google-place | Path does not match |
| 128 | api.front.service_supplier.delete | /api/front/suppliers/{serviceType}/{id} | Path does not match |
| 129 | api.front.service_supplier.upload_file | /api/front/suppliers/{serviceType}/{id}/files | Path does not match |
| 130 | api.front.service_supplier.download_file | /api/front/suppliers/{serviceType}/files/{id} | Path does not match |
| 131 | api.front.service_supplier.update_file | /api/front/suppliers/{serviceType}/files/{id} | Path does not match |
| 132 | api.front.service_supplier.delete_file | /api/front/suppliers/{serviceType}/files/{id} | Path does not match |
| 133 | api.front.service_supplier.set_tags | /api/front/suppliers/{serviceType}/{id}/tags | Path does not match |
| 134 | api.front.service_supplier.get_deliveries | /api/front/suppliers/{serviceType}/{id}/deliveries | Path does not match |
| 135 | api.front.supplier_representative.list_by_supplier | /api/front/suppliers/{supplierId}/representatives | Path does not match |
| 136 | api.front.supplier_representative.create_by_supplier | /api/front/suppliers/{supplierId}/representatives | Path does not match |
| 137 | api.front.supplier_representative.update | /api/front/suppliers/representatives/{id} | Path does not match |
| 138 | api.front.supplier_representative.get | /api/front/suppliers/representatives/{id} | Path does not match |
| 139 | api.front.supplier_representative.delete | /api/front/suppliers/representatives/{id} | Path does not match |
| 140 | api.front.supplier_representative.assign | /api/front/suppliers/representatives/{id}/assign | Path does not match |
| 141 | api.front.supplier_service.list_by_supplier | /api/front/suppliers/{supplierId}/services | Path does not match |
| 142 | api.front.supplier_service.create_by_supplier | /api/front/suppliers/{supplierId}/services | Path does not match |
| 143 | api.front.supplier_service.update | /api/front/suppliers/services/{id} | Path does not match |
| 144 | api.front.supplier_service.get | /api/front/suppliers/services/{id} | Path does not match |
| 145 | api.front.supplier_service.delete | /api/front/suppliers/services/{id} | Path does not match |
| 146 | api.front.metadata | /api/front/tags/metadata | Path does not match |
| 147 | api.front.list | /api/front/tags/{targetType} | Path does not match |
| 148 | api.front.task.list | /api/front/tasks | Path does not match |
| 149 | api.front.task.create | /api/front/tasks | Path does not match |
| 150 | api.front.task.get | /api/front/tasks/{id} | Path does not match |
| 151 | api.front.task.update | /api/front/tasks/{id} | Path does not match |
| 152 | api.front.task.assign | /api/front/tasks/{id}/assign | Path does not match |
| 153 | api.front.task.change_status | /api/front/tasks/{id}/change-status | Path does not match |
| 154 | api.front.task.delete | /api/front/tasks/{id} | Path does not match |
| 155 | api.front.trip.list | /api/front/trips | Path does not match |
| 156 | api.front.trip.details | /api/front/trips/{id} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.