Routing
shop_list_pending_shipments
Matched route
Route Parameters
| Name | Value |
|---|---|
| _api_operation_name | "shop_list_pending_shipments" |
| _api_resource_class | "App\Entity\Shipment" |
| _format | null |
| _stateless | null |
Route Matching Logs
Path to match:
/api/shipments/pending/shops
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | api_genid | /api/.well-known/genid/{id} | Path does not match |
| 2 | api_errors | /api/errors/{status} | Path does not match |
| 3 | api_validation_errors | /api/validation_errors/{id} | Path does not match |
| 4 | api_entrypoint | /api/{index}.{_format} | Path does not match |
| 5 | api_doc | /api/docs.{_format} | Path does not match |
| 6 | api_jsonld_context | /api/contexts/{shortName}.{_format} | Path does not match |
| 7 | _api_validation_errors_problem | /api/validation_errors/{id} | Path does not match |
| 8 | _api_validation_errors_hydra | /api/validation_errors/{id} | Path does not match |
| 9 | _api_validation_errors_jsonapi | /api/validation_errors/{id} | Path does not match |
| 10 | _api_/articles{._format}_get_collection | /api/articles.{_format} | Path does not match |
| 11 | article_updated | /api/article_updated/sync | Path does not match |
| 12 | _api_/articles/{sku}{._format}_get | /api/articles/{sku}.{_format} | Path does not match |
| 13 | _api_/articles/{sku}{._format}_put | /api/articles/{sku}.{_format} | Path does not match |
| 14 | _api_/articles{._format}_post | /api/articles.{_format} | Path does not match |
| 15 | _api_/articles/{sku}{._format}_patch | /api/articles/{sku}.{_format} | Path does not match |
| 16 | _api_/articles/{sku}{._format}_delete | /api/articles/{sku}.{_format} | Path does not match |
| 17 | _api_/configs{._format}_get_collection | /api/configs.{_format} | Path does not match |
| 18 | _api_/configs/{id}{._format}_get | /api/configs/{id}.{_format} | Path does not match |
| 19 | _api_/configs/{id}{._format}_put | /api/configs/{id}.{_format} | Path does not match |
| 20 | _api_/configs{._format}_post | /api/configs.{_format} | Path does not match |
| 21 | _api_/configs/{id}{._format}_patch | /api/configs/{id}.{_format} | Path does not match |
| 22 | _api_/configs/{id}{._format}_delete | /api/configs/{id}.{_format} | Path does not match |
| 23 | _api_/counts{._format}_get_collection | /api/counts.{_format} | Path does not match |
| 24 | _api_/counts/{id}{._format}_get | /api/counts/{id}.{_format} | Path does not match |
| 25 | _api_/counts/{id}{._format}_put | /api/counts/{id}.{_format} | Path does not match |
| 26 | _api_/counts{._format}_post | /api/counts.{_format} | Path does not match |
| 27 | _api_/counts/{id}{._format}_patch | /api/counts/{id}.{_format} | Path does not match |
| 28 | _api_/counts/{id}{._format}_delete | /api/counts/{id}.{_format} | Path does not match |
| 29 | count_free | /api/count_free | Path does not match |
| 30 | count_sync | /api/count_sync | Path does not match |
| 31 | count_sync_shop | /api/count_sync_shop/{id} | Path does not match |
| 32 | _api_/count_lines_epcs/{id}{._format}_get | /api/count_lines_epcs/{id}.{_format} | Path does not match |
| 33 | inventary_epc | /api/count_lines_epcs/{count_id}/{shop_id}/inventary_epc | Path does not match |
| 34 | _api_/epc_states/{id}{._format}_get | /api/epc_states/{id}.{_format} | Path does not match |
| 35 | _api_/epc_states{._format}_get_collection | /api/epc_states.{_format} | Path does not match |
| 36 | _api_/epc_states{._format}_post | /api/epc_states.{_format} | Path does not match |
| 37 | _api_/epc_states/{id}{._format}_put | /api/epc_states/{id}.{_format} | Path does not match |
| 38 | _api_/epc_states/{id}{._format}_patch | /api/epc_states/{id}.{_format} | Path does not match |
| 39 | _api_/epc_states/{id}{._format}_delete | /api/epc_states/{id}.{_format} | Path does not match |
| 40 | _api_/epc_statuses{._format}_post | /api/epc_statuses.{_format} | Path does not match |
| 41 | _api_/epc_statuses/{epc}{._format}_get | /api/epc_statuses/{epc}.{_format} | Path does not match |
| 42 | history | /api/epc_statuses/{epc}/history | Path does not match |
| 43 | batch | /api/epc_statuses/{epcs}/batch | Path does not match |
| 44 | batchPost | /api/epc_statuses/batch_post | Path does not match |
| 45 | newPos | /api/epc_statuses/new_pos | Path does not match |
| 46 | _api_/families{._format}_get_collection | /api/families.{_format} | Path does not match |
| 47 | _api_/families/{id}{._format}_get | /api/families/{id}.{_format} | Path does not match |
| 48 | _api_/families/{id}{._format}_put | /api/families/{id}.{_format} | Path does not match |
| 49 | _api_/families{._format}_post | /api/families.{_format} | Path does not match |
| 50 | _api_/families/{id}{._format}_patch | /api/families/{id}.{_format} | Path does not match |
| 51 | _api_/families/{id}{._format}_delete | /api/families/{id}.{_format} | Path does not match |
| 52 | _api_/shipments{._format}_get_collection | /api/shipments.{_format} | Path does not match |
| 53 | shop_list_pending_shipments | /api/shipments/pending/shops | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.