Routing
app_v1_cinema_movies
Matched route
Route Parameters
| Name | Value |
|---|---|
| _format | "json" |
| id | "1103" |
Route Matching Logs
Path to match:
/api/v1/cinemas/1103/movies
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_v1_applewalletpass_createticketspass | /api/v1/apple-wallet/create-pass/{cinemaId}/{bookingId} | Path does not match |
| 2 | app_v1_applewalletpass_createticketspassbyorderid | /api/v1/apple-wallet/create-pass-by-order-id/{orderId} | Path does not match |
| 3 | app_v1_applewalletpass_createbonuscardpass | /api/v1/apple-wallet/create-pass-by-user | Path does not match |
| 4 | app_v1_b2bnewsletter_index | /api/v1/b2bnewsletter/request | Path does not match |
| 5 | app_v1_barcode_index | /api/v1/barcode/{code} | Path does not match |
| 6 | app_v1_barcode_qr | /api/v1/barcode/qr/{code} | Path does not match |
| 7 | app_barcode_barcode | /api/v1/barcode/mailbarcode/{code} | Path does not match |
| 8 | app_barcode_qr | /api/v1/barcode/mailqr/{code} | Path does not match |
| 9 | app_v1_cinema_index | /api/v1/cinemas | Path does not match |
| 10 | app_v1_cinema_cinemaswithmovies | /api/v1/cinemas/with-movies | Path does not match |
| 11 | app_v1_cinema_show | /api/v1/cinemas/{id} | Path does not match |
| 12 | app_v1_cinema_pricelist | /api/v1/cinemas/{id}/price-list | Path does not match |
| 13 | app_v1_cinema_movies | /api/v1/cinemas/{id}/movies | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.