Routing
app_api_category_getall
Matched route
Route Parameters
Name | Value |
---|---|
langue | "fr" |
Route Matching Logs
Path to match:
/fr/rest/category
# | Route name | Path | Log |
---|---|---|---|
1 | actualites | /{_locale}/actualites | Path does not match |
2 | subscribe_newsletter | /{_locale}/subscribe-newsletter | Path does not match |
3 | actualite(Favoris) | /{_locale}/actualites1(Favoris) | Path does not match |
4 | actualites_id | /{_locale}/actualites/{id} | Path does not match |
5 | getActivity_Display | /{_locale}/api/getActivitiesDisplay/{id} | Path does not match |
6 | update_activity_status | /{_locale}/api/updateActivityDisplayStatus/{id} | Path does not match |
7 | app_api_activity_getall | /{_locale}/api/activities | Path does not match |
8 | app_api_activity_getuseractivities | /{_locale}/api/users/{userId}/activities | Path does not match |
9 | app_api_activity_addactivity | /{_locale}/api/activities | Path does not match |
10 | app_api_activity_deleteactivity | /{_locale}/api/activities/{activityId} | Path does not match |
11 | app_api_activity_updateactivity | /{_locale}/api/activities/{activityId} | Path does not match |
12 | app_api_activity_updatetransportactivity | /{_locale}/api/activities_transports/{activityId} | Path does not match |
13 | app_api_activitytype_getall | /{_locale}/api/activityTypes | Path does not match |
14 | app_api_blocked_blockuser | /{_locale}/api/block/{gaeaUserId}/{blockedGaeaUserId} | Path does not match |
15 | app_api_blocked_unblockuser | /{_locale}/api/unblock/{id} | Path does not match |
16 | app_api_blocked_getblockedusers | /{_locale}/api/blocked/{gaeaUserId} | Path does not match |
17 | app_api_cart_getcart | /{_locale}/api/users/{id}/cart | Path does not match |
18 | app_api_cart_getproductcartline | /{_locale}/api/users/{userId}/cartProducts/{productId} | Path does not match |
19 | api_add_to_cart | /{_locale}/api/users/{userId}/cartProducts/{productId} | Path does not match |
20 | app_api_cart_removefromcart | /{_locale}/api/users/{userId}/cartProducts/{productId}/{removeType} | Path does not match |
21 | app_api_cart_changecartstatus | /{_locale}/api/users/{userId}/carts/{cartId}/{status} | Path does not match |
22 | app_api_category_getall | /{langue}/rest/category | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.