Routing
api_accounts_get_collection
Matched route
Route Parameters
Name | Value |
---|---|
_api_collection_operation_name | "get" |
_api_has_composite_identifier | false |
_api_identifiers | [
"id"
] |
_api_resource_class | "App\Entity\Account" |
_format | null |
_stateless | null |
Route Matching Logs
Path to match:
/api/accounts
# | Route name | Path | Log |
---|---|---|---|
1 | app_login | /login | Path does not match |
2 | app_logout | /logout | Path does not match |
3 | price | /checkout/price/{id} | Path does not match |
4 | subscription | /subscription | Path does not match |
5 | homepage | / | Path does not match |
6 | sellsy_get_client | /api/sellsy/get-client | Path does not match |
7 | sellsy_get_clients | /api/sellsy/get-clients | Path does not match |
8 | sellsy_get_contact | /api/sellsy/get-contact | Path does not match |
9 | sellsy_get_contacts | /api/sellsy/get-contacts | Path does not match |
10 | sellsy_post_client | /api/sellsy/post-client | Path does not match |
11 | sellsy_post_contact | /api/sellsy/post-contact | Path does not match |
12 | sellsy_link_contact | /api/sellsy/link-contact | Path does not match |
13 | stripe-products | /api/stripe/products | Path does not match |
14 | stripe-product | /api/stripe/products/{id} | Path does not match |
15 | stripe-products-post | /api/stripe/products | Path does not match |
16 | stripe-product-prices | /api/stripe/products/{id}/prices | Path does not match |
17 | stripe-price-post | /api/stripe/prices | Path does not match |
18 | stripe-subscription-post | /api/stripe/subscription | Path does not match |
19 | stripe-subscription-patch | /api/stripe/subscription/{id} | Path does not match |
20 | stripe-setup-intent-post | /api/stripe/setupIntent | Path does not match |
21 | stripe-create-payment | /public/stripe/webhook | Path does not match |
22 | api_entrypoint | /api/{index}.{_format} | Path almost matches, but Requirement for "index" does not match (index) |
23 | api_doc | /api/docs.{_format} | Path does not match |
24 | api_jsonld_context | /api/contexts/{shortName}.{_format} | Path does not match |
25 | api_prices_get_collection | /api/prices.{_format} | Path does not match |
26 | api_prices_post_collection | /api/prices.{_format} | Path does not match |
27 | api_prices_get_item | /api/prices/{id}.{_format} | Path does not match |
28 | api_prices_patch_item | /api/prices/{id}.{_format} | Path does not match |
29 | api_prices_delete_item | /api/prices/{id}.{_format} | Path does not match |
30 | api_permissions_get_collection | /api/permissions.{_format} | Path does not match |
31 | api_permissions_post_collection | /api/permissions.{_format} | Path does not match |
32 | api_permissions_get_item | /api/permissions/{id}.{_format} | Path does not match |
33 | api_permissions_delete_item | /api/permissions/{id}.{_format} | Path does not match |
34 | api_permissions_put_item | /api/permissions/{id}.{_format} | Path does not match |
35 | api_permissions_patch_item | /api/permissions/{id}.{_format} | Path does not match |
36 | api_webhooks_logs_get_collection | /api/webhooks_logs.{_format} | Path does not match |
37 | api_webhooks_logs_post_collection | /api/webhooks_logs.{_format} | Path does not match |
38 | api_webhooks_logs_get_item | /api/webhooks_logs/{id}.{_format} | Path does not match |
39 | api_webhooks_logs_delete_item | /api/webhooks_logs/{id}.{_format} | Path does not match |
40 | api_webhooks_logs_put_item | /api/webhooks_logs/{id}.{_format} | Path does not match |
41 | api_webhooks_logs_patch_item | /api/webhooks_logs/{id}.{_format} | Path does not match |
42 | api_companies_get_collection | /api/companies.{_format} | Path does not match |
43 | api_companies_post_collection | /api/companies.{_format} | Path does not match |
44 | api_companies_get_item | /api/companies/{id}.{_format} | Path does not match |
45 | api_companies_patch_item | /api/companies/{id}.{_format} | Path does not match |
46 | api_companies_delete_item | /api/companies/{id}.{_format} | Path does not match |
47 | api_companies_get_company_subscriptions_item | /api/companies/{id}/subscriptions | Path does not match |
48 | api_companies_cards_get_subresource | /api/companies/{id}/cards.{_format} | Path does not match |
49 | api_promotion_codes_get_collection | /api/promotion_codes.{_format} | Path does not match |
50 | api_promotion_codes_post_collection | /api/promotion_codes.{_format} | Path does not match |
51 | api_promotion_codes_get_item | /api/promotion_codes/{id}.{_format} | Path does not match |
52 | api_promotion_codes_patch_item | /api/promotion_codes/{id}.{_format} | Path does not match |
53 | api_promotion_codes_delete_item | /api/promotion_codes/{id}.{_format} | Path does not match |
54 | api_discounts_get_collection | /api/discounts.{_format} | Path does not match |
55 | api_discounts_post_collection | /api/discounts.{_format} | Path does not match |
56 | api_discounts_get_item | /api/discounts/{id}.{_format} | Path does not match |
57 | api_discounts_delete_item | /api/discounts/{id}.{_format} | Path does not match |
58 | api_discounts_put_item | /api/discounts/{id}.{_format} | Path does not match |
59 | api_discounts_patch_item | /api/discounts/{id}.{_format} | Path does not match |
60 | api_cards_get_collection | /api/cards.{_format} | Path does not match |
61 | api_cards_post_collection | /api/cards.{_format} | Path does not match |
62 | api_cards_get_item | /api/cards/{id}.{_format} | Path does not match |
63 | api_cards_delete_item | /api/cards/{id}.{_format} | Path does not match |
64 | api_cards_put_item | /api/cards/{id}.{_format} | Path does not match |
65 | api_cards_patch_item | /api/cards/{id}.{_format} | Path does not match |
66 | api_accounts_get_collection | /api/accounts.{_format} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.