Routing
api_guests_get_item
Matched route
Route Parameters
Name | Value |
---|---|
_api_has_composite_identifier | false |
_api_identifiers | [
"identifier"
] |
_api_item_operation_name | "get" |
_api_resource_class | "App\Api\Resource\Guest" |
_format | null |
_stateless | null |
identifier | "cc3d81a5-4380-4dc4-8a41-a42077b767c7" |
Route Matching Logs
Path to match:
/api/guests/cc3d81a5-4380-4dc4-8a41-a42077b767c7
# | Route name | Path | Log |
---|---|---|---|
1 | _preview_error | /_error/{code}.{_format} | Path does not match |
2 | _wdt | /_wdt/{token} | Path does not match |
3 | _profiler_home | /_profiler/ | Path does not match |
4 | _profiler_search | /_profiler/search | Path does not match |
5 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
6 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
7 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
8 | _profiler_open_file | /_profiler/open | Path does not match |
9 | _profiler | /_profiler/{token} | Path does not match |
10 | _profiler_router | /_profiler/{token}/router | Path does not match |
11 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
12 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
13 | util_commander | /utilCommander | Path does not match |
14 | basic_commander | /basicCommander | Path does not match |
15 | access_register | /api/access/register | Path does not match |
16 | access_unregister | /api/access/unregister | Path does not match |
17 | admin_app_admin_setlanguage | /admin/setlanguage | Path does not match |
18 | import_blue | /importBlue | Path does not match |
19 | import | /import | Path does not match |
20 | test | /test | Path does not match |
21 | cron_sms | /cron/sms | Path does not match |
22 | cron_sms_status | /cron/sms/status | Path does not match |
23 | cron_emails | /cron/emails | Path does not match |
24 | cron_command_queue | /cron/commands | Path does not match |
25 | cron_import | /cron/import | Path does not match |
26 | guest_document_add | /system/guest/{guestId}/document/add | Path does not match |
27 | guest_document_edit | /system/guest/{guestId}/document/{documentId}/edit | Path does not match |
28 | guest_dashboard | /system | Path does not match |
29 | guest_edit_info | /system/guest/{guestId}/edit | Path does not match |
30 | guest_payment | /system/payments | Path does not match |
31 | guest_payment_process | /system/payments/process/{paymentIdentifier} | Path does not match |
32 | guest_payment_return | /payments/return | Path does not match |
33 | guest_contract | /system/contracts | Path does not match |
34 | guest_reservation_online_checkin | /system/reservations/online-checkin/{identifier} | Path does not match |
35 | guest_group_detail | /system/reservations/{identifier} | Path does not match |
36 | guest_ticket | /system/tickets | Path does not match |
37 | guest_ticket_create | /system/tickets/create | Path does not match |
38 | set_language | /language/{language} | Path does not match |
39 | aba_reset | /aba-reset | Path does not match |
40 | set_system_language | /language-system/{language} | Path does not match |
41 | online_checkin_send_access | /send-checkin-access | Path does not match |
42 | online_checkin_send_info | /send-checkin-info | Path does not match |
43 | online_checkin_index | /system/checkin/connect/{contractIdentifier} | Path does not match |
44 | online_checkin_group_alias | /system/checkin/reservation | Path does not match |
45 | online_checkin_group_detail | /system/checkin/reservation/{groupIdentifier} | Path does not match |
46 | online_checkin_reservation_set_business_trip | /system/checkin/reservation/{groupIdentifier}/rooms/{reservationIdentifier}/business-trip | Path does not match |
47 | online_checkin_reservation_set_email | /system/checkin/reservation/{groupIdentifier}/rooms/{reservationIdentifier}/email | Path does not match |
48 | online_checkin_reservation_remove_email | /system/checkin/reservation/{groupIdentifier}/rooms/{reservationIdentifier}/remove-email | Path does not match |
49 | online_checkin_reservation_remove_company | /system/checkin/reservation/{groupIdentifier}/rooms/{reservationIdentifier}/remove-company | Path does not match |
50 | online_checkin_reservation_detail | /system/checkin/reservation/{groupIdentifier}/rooms/{reservationIdentifier} | Path does not match |
51 | online_checkin_reservation_detail_company | /system/checkin/reservation/{groupIdentifier}/rooms/{reservationIdentifier}/company | Path does not match |
52 | online_checkin_reservation_detail_new_guest | /system/checkin/reservation/{groupIdentifier}/rooms/{reservationIdentifier}/guest/ | Path does not match |
53 | online_checkin_reservation_detail_generate_mobilekey | /system/checkin/reservation/{groupIdentifier}/rooms/{reservationIdentifier}/mobilekey/{guestIdentifier} | Path does not match |
54 | online_checkin_reservation_detail_edit_guest | /system/checkin/reservation/{groupIdentifier}/rooms/{reservationIdentifier}/guest/{guestIdentifier} | Path does not match |
55 | online_checkin_reservation_detail_delete_guest | /system/checkin/reservation/{groupIdentifier}/rooms/{reservationIdentifier}/guest/{guestIdentifier}/delete | Path does not match |
56 | online_checkin_reservation_payment_url | /system/checkin/reservation/{groupIdentifier}/rooms/{reservationIdentifier}/payment | Path does not match |
57 | online_checkin_login | /system/checkin/reservation/user/login | Path does not match |
58 | online_checkin_logout | /system/checkin/reservation/user/logout | Path does not match |
59 | online_checkin_group_not_found | /system/checkin/reservation-401 | Path does not match |
60 | sms_report | /sms/report | Path does not match |
61 | api_entrypoint | /api/{index}.{_format} | Path does not match |
62 | api_doc | /api/docs.{_format} | Path does not match |
63 | api_guests_post_collection | /api/guests/ | Path does not match |
64 | api_guests_put_collection | /api/guests/ | Path does not match |
65 | api_guests_search_collection | /api/guests/search | Path does not match |
66 | api_guests_get_item | /api/guests/{identifier}.{_format} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.