Routing
get_product_list
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/api/products/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | catalog_pdf | /api/catalogo/{listId}.pdf | Path does not match |
| 2 | catalog_v2_pdf | /api/catalogo/v2/{listId}.pdf | Path does not match |
| 3 | get_cliente_list | /api/cliente/ | Path does not match |
| 4 | get_cliente_por_id | /api/cliente/{id} | Path does not match |
| 5 | idempiere_login | /api/idempiere/login | Path does not match |
| 6 | api_update_local | /api/local/order/{id} | Path does not match |
| 7 | get_product_list | /api/products/ | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.