Routing
api_stanmag_status
Matched route
Route Parameters
| Name | Value |
|---|---|
| location | "99" |
Route Matching Logs
Path to match:
/api/stanmagStatus/99
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_allegro_category_index | /allegroCategory/ | Path does not match |
| 2 | app_allegro_category_show | /allegroCategory/{id}/details | Path does not match |
| 3 | app_allegro_category_find | /allegroCategory/find | Path does not match |
| 4 | app_allegro_category_deletechildren | /allegroCategory/{id}/deletechildren | Path does not match |
| 5 | app_allegro_offer_index | /allegroOffer/ | Path does not match |
| 6 | app_allegro_offer_show | /allegroOffer/{id}/details | Path does not match |
| 7 | app_allegro_offer_find | /allegroOffer/find | Path does not match |
| 8 | app_allegro_offer_changes | /allegroOffer/changes/{source} | Path does not match |
| 9 | app_allegro_shipping_rate_index | /allegroShippingRate/ | Path does not match |
| 10 | app_allegro_shipping_rate_show | /allegroShippingRate/{id}/details | Path does not match |
| 11 | app_allegro_shipping_rate_find | /allegroShippingRate/find | Path does not match |
| 12 | api_stanmag_reactivate | /api/stanmagReactivate/{id} | Path does not match |
| 13 | api_stanmag_deactivate | /api/stanmagDeactivate/{id} | Path does not match |
| 14 | api_stanmag_unpublish | /api/stanmagUnpublish/{id} | Path does not match |
| 15 | api_stanmag_status | /api/stanmagStatus/{location} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.