GET https://pausalac.activitymanage.me/

Routing

app_index Matched route

Route Parameters

No parameters.

Route Matching Logs

Path to match: /
# Route name Path Log
1 app_api_col_article_listarticles /api/articles/list Path does not match
2 app_api_col_article_checkarticlenameunique /api/articles/name/check/unique/{name} Path does not match
3 app_api_col_article_listarticlesbyfilter /api/articles/list/filter Path does not match
4 app_api_col_article_getarticle /api/articles/get/{id} Path does not match
5 app_api_col_article_listaccountspopulatefilters /api/articles/populate-filters Path does not match
6 app_api_col_article_savearticle /api/articles/save Path does not match
7 app_api_col_article_deletearticlebulk /api/articles/delete Path does not match
8 app_api_col_article_deletearticle /api/articles/delete/{id} Path does not match
9 app_api_col_articletype_listarticletypes /api/article-types/list Path does not match
10 app_api_col_articletype_checkarticletypenameunique /api/article-types/name/check/unique/{name} Path does not match
11 app_api_col_articletype_listarticletypesbyfilter /api/article-types/list/filter Path does not match
12 app_api_col_articletype_getarticletype /api/article-types/get/{id} Path does not match
13 app_api_col_articletype_savearticletype /api/article-types/save Path does not match
14 app_api_col_articletype_deletearticletypebulk /api/article-types/delete Path does not match
15 app_api_col_articletype_deletearticletype /api/article-types/delete/{id} Path does not match
16 app_api_col_city_listcities /api/cities/list Path does not match
17 app_api_col_city_checkcitynameunique /api/cities/for-country/{countryId}/name/check/unique/{name} Path does not match
18 app_api_col_city_listcitiesbyfilter /api/cities/list/filter Path does not match
19 app_api_col_city_getcity /api/cities/get/{id} Path does not match
20 app_api_col_city_listcitiespopulatefilters /api/cities/populate-filters Path does not match
21 app_api_col_city_savecity /api/cities/save Path does not match
22 app_api_col_city_deletecitybulk /api/cities/delete Path does not match
23 app_api_col_city_deletecity /api/cities/delete/{id} Path does not match
24 app_api_col_country_listcountries /api/countries/list Path does not match
25 app_api_col_country_checkcountrynameunique /api/countries/name/check/unique/{name} Path does not match
26 app_api_col_country_checkcountryisocodeunique /api/countries/iso-code/check/unique/{isoCode} Path does not match
27 app_api_col_country_checkcountrynumericcodeunique /api/countries/numeric-code/check/unique/{numericCode} Path does not match
28 app_api_col_country_listcountriesbyfilter /api/countries/list/filter Path does not match
29 app_api_col_country_getcountry /api/countries/get/{id} Path does not match
30 app_api_col_country_savecountry /api/countries/save Path does not match
31 app_api_col_country_deletecountrybulk /api/countries/delete Path does not match
32 app_api_col_country_deletecountry /api/countries/delete/{id} Path does not match
33 app_api_col_currency_listcurrencies /api/currencies/list Path does not match
34 app_api_col_currency_checkcurrencyisonameunique /api/currencies/iso-name/check/unique/{isoName} Path does not match
35 app_api_col_currency_checkcurrencyisocodeunique /api/currencies/iso-code/check/unique/{isoCode} Path does not match
36 app_api_col_currency_listcurrenciesbyfilter /api/currencies/list/filter Path does not match
37 app_api_col_currency_getcurrency /api/currencies/get/{id} Path does not match
38 app_api_col_currency_savecurrency /api/currencies/save Path does not match
39 app_api_col_currency_deletecurrencybulk /api/currencies/delete Path does not match
40 app_api_col_currency_deletecurrency /api/currencies/delete/{id} Path does not match
41 app_api_col_documenttemplate_listdocumenttemplates /api/document-templates/list Path does not match
42 app_api_col_documenttemplate_checkdocumenttemplatenameunique /api/document-templates/for-template-type/{templateType}/name/check/unique/{name} Path does not match
43 app_api_col_documenttemplate_listdocumenttemplatesbyfilter /api/document-templates/list/filter Path does not match
44 app_api_col_documenttemplate_getdocumenttemplate /api/document-templates/get/{id} Path does not match
45 app_api_col_documenttemplate_listdocumenttempaltespopulatefilters /api/document-templates/populate-filters Path does not match
46 app_api_col_documenttemplate_savedocumenttemplate /api/document-templates/save Path does not match
47 app_api_col_documenttemplate_deletedocumenttemplatebulk /api/document-templates/delete Path does not match
48 app_api_col_documenttemplate_deletedocumenttemplate /api/document-templates/delete/{id} Path does not match
49 app_api_col_measureunit_listmeasureunits /api/measure-units/list Path does not match
50 app_api_col_measureunit_checkmeasureunitnameunique /api/measure-units/name/check/unique/{name} Path does not match
51 app_api_col_measureunit_checkmeasureunitshortnameunique /api/measure-units/short-name/check/unique/{shortName} Path does not match
52 app_api_col_measureunit_listmeasureunitsbyfilter /api/measure-units/list/filter Path does not match
53 app_api_col_measureunit_getmeasureunit /api/measure-units/get/{id} Path does not match
54 app_api_col_measureunit_savemeasureunit /api/measure-units/save Path does not match
55 app_api_col_measureunit_deletemeasureunitbulk /api/measure-units/delete Path does not match
56 app_api_col_measureunit_deletemeasureunit /api/measure-units/delete/{id} Path does not match
57 app_api_doc_document_getdocument /api/documents/get/{id} Path does not match
58 app_api_doc_document_savedocument /api/documents/save Path does not match
59 app_api_doc_document_deletedocumentbulk /api/documents/delete Path does not match
60 app_api_doc_document_deletedocument /api/documents/delete/{id} Path does not match
61 app_api_doc_documentnote_listdocumentnotes /api/document-notes/list Path does not match
62 app_api_doc_documentnote_checkdocumentnotenameunique /api/document-notes/name/check/unique/{name} Path does not match
63 app_api_doc_documentnote_listdocumentnotesbyfilter /api/document-notes/list/filter Path does not match
64 app_api_doc_documentnote_getdocumentnote /api/document-notes/get/{id} Path does not match
65 app_api_doc_documentnote_savedocumentnote /api/document-notes/save Path does not match
66 app_api_doc_documentnote_deletedocumentnotebulk /api/document-notes/delete Path does not match
67 app_api_doc_documentnote_deletedocumentnote /api/document-notes/delete/{id} Path does not match
68 app_api_doc_documentnumeration_listdocumentnumerations /api/document-numerations/list Path does not match
69 app_api_doc_documentnumeration_checkdocumentnumerationnameunique /api/document-numerations/for-document-type/{documentType}/name/check/unique/{name} Path does not match
70 app_api_doc_documentnumeration_listdocumentnumerationsbyfilter /api/document-numerations/list/filter Path does not match
71 app_api_doc_documentnumeration_getdocumentnumeration /api/document-numerations/get/{id} Path does not match
72 app_api_doc_documentnumeration_listdocumentnumerationspopulatefilters /api/document-numerations/populate-filters Path does not match
73 app_api_doc_documentnumeration_savedocumentnumeration /api/document-numerations/save Path does not match
74 app_api_doc_documentnumeration_deletedocumentnumerationbulk /api/document-numerations/delete Path does not match
75 app_api_doc_documentnumeration_deletedocumentnumeration /api/document-numerations/delete/{id} Path does not match
76 app_api_doc_generalledgerdocument_listgeneralledgerdocuments /api/general-ledger-documents/list Path does not match
77 app_api_doc_generalledgerdocument_listgeneralledgerdocumentsbyfilter /api/general-ledger-documents/list/filter Path does not match
78 app_api_doc_generalledgerdocument_getgeneralledgerdocument /api/general-ledger-documents/get/{id} Path does not match
79 app_api_doc_generalledgerdocument_downloadgeneralledgerdocument /api/general-ledger-documents/download/file/{fileId} Path does not match
80 app_api_doc_generalledgerdocument_listgeneralledgerdocumentspopulatefilters /api/general-ledger-documents/populate-filters Path does not match
81 app_api_doc_generalledgerdocument_deletegeneralledgerdocumentbulk /api/general-ledger-documents/delete Path does not match
82 app_api_doc_generalledgerdocument_deletegeneralledgerdocument /api/general-ledger-documents/delete/{id} Path does not match
83 app_api_doc_organizationdocument_listorganizationdocuments /api/organization-documents/list Path does not match
84 app_api_doc_organizationdocument_checkorganizationdocumentnameunique /api/organization-documents/name/check/unique/{name} Path does not match
85 app_api_doc_organizationdocument_checkorganizationdocumentoibunique /api/organization-documents/oib/check/unique/{oib} Path does not match
86 app_api_doc_organizationdocument_listorganizationdocumentsbyfilter /api/organization-documents/list/filter Path does not match
87 app_api_doc_organizationdocument_getorganizationdocument /api/organization-documents/get/{id} Path does not match
88 app_api_doc_organizationdocument_downloadorganizationdocument /api/organization-documents/download/file/{fileId} Path does not match
89 app_api_doc_organizationdocument_listorganizationdocumentspopulatefilters /api/organization-documents/populate-filters Path does not match
90 app_api_doc_organizationdocument_deleteorganizationdocumentbulk /api/organization-documents/delete Path does not match
91 app_api_doc_organizationdocument_deleteorganizationdocument /api/organization-documents/delete/{id} Path does not match
92 app_api_doc_organizationdocument_savetemporaryfile /api/organization-documents/temporary-file/save Path does not match
93 app_api_doc_organizationdocument_deletetemporaryfile /api/organization-documents/temporary-file/delete Path does not match
94 app_api_fin_account_listaccounts /api/accounts/list Path does not match
95 app_api_fin_account_checkaccountnameunique /api/accounts/name/check/unique/{name} Path does not match
96 app_api_fin_account_checkaccountcodeunique /api/accounts/code/check/unique/{code} Path does not match
97 app_api_fin_account_listaccountsbyfilter /api/accounts/list/filter Path does not match
98 app_api_fin_account_getaccount /api/accounts/get/{id} Path does not match
99 app_api_fin_account_listaccountspopulatefilters /api/accounts/populate-filters Path does not match
100 app_api_fin_account_saveaccount /api/accounts/save Path does not match
101 app_api_fin_account_deleteaccountbulk /api/accounts/delete Path does not match
102 app_api_fin_account_deleteaccount /api/accounts/delete/{id} Path does not match
103 app_api_fin_bank_listbanks /api/banks/list Path does not match
104 app_api_fin_bank_checkbanknameunique /api/banks/name/check/unique/{name} Path does not match
105 app_api_fin_bank_listbanksbyfilter /api/banks/list/filter Path does not match
106 app_api_fin_bank_getbank /api/banks/get/{id} Path does not match
107 app_api_fin_bank_listbankspopulatefilters /api/banks/populate-filters Path does not match
108 app_api_fin_bank_savebank /api/banks/save Path does not match
109 app_api_fin_bank_deletebankbulk /api/banks/delete Path does not match
110 app_api_fin_bank_deletebank /api/banks/delete/{id} Path does not match
111 app_api_fin_bankstatement_listbankstatements /api/bank-statements/list Path does not match
112 app_api_fin_bankstatement_checkbankstatementstatementnumberunique /api/bank-statements/statement-number/check/unique/{statementNumber} Path does not match
113 app_api_fin_bankstatement_listbankstatementsbyfilter /api/bank-statements/list/filter Path does not match
114 app_api_fin_bankstatement_getbankstatement /api/bank-statements/get/{id} Path does not match
115 app_api_fin_bankstatement_savebankstatement /api/bank-statements/save Path does not match
116 app_api_fin_bankstatement_deletebankstatementbulk /api/bank-statements/delete Path does not match
117 app_api_fin_bankstatement_deletebankstatement /api/bank-statements/delete/{id} Path does not match
118 app_api_fin_generalledger_listgeneralledgeritems /api/general-ledger/list Path does not match
119 app_api_fin_generalledger_listgeneralledgertaxitems /api/general-ledger/tax-list Path does not match
120 app_api_fin_generalledger_listgeneralledgertaxdocument /api/general-ledger/tax-document Path does not match
121 app_api_fin_generalledger_listgeneralledgersbyfilter /api/general-ledger/list/filter Path does not match
122 app_api_fin_generalledger_getgeneralledger /api/general-ledger/get/{id} Path does not match
123 app_api_fin_generalledger_listgeneralledgerspopulatefilters /api/general-ledger/populate-filters Path does not match
124 app_api_fin_journaltype_listjournaltypes /api/journal-types/list Path does not match
125 app_api_fin_journaltype_checkjournaltypenameunique /api/journal-types/name/check/unique/{name} Path does not match
126 app_api_fin_journaltype_checkjournaltypeshortnameunique /api/journal-types/short-name/check/unique/{shortName} Path does not match
127 app_api_fin_journaltype_listjournaltypesbyfilter /api/journal-types/list/filter Path does not match
128 app_api_fin_journaltype_getjournaltype /api/journal-types/get/{id} Path does not match
129 app_api_fin_journaltype_savejournaltype /api/journal-types/save Path does not match
130 app_api_fin_journaltype_deletejournaltypebulk /api/journal-types/delete Path does not match
131 app_api_fin_journaltype_deletejournaltype /api/journal-types/delete/{id} Path does not match
132 app_api_fin_saleinvoice_listsaleinvoices /api/sale-invoices/list Path does not match
133 app_api_fin_saleinvoice_listsaleinvoiceitems /api/sale-invoices/{saleInvoiceId}/items Path does not match
134 app_api_fin_saleinvoice_listsaleinvoicesbyfilter /api/sale-invoices/list/filter Path does not match
135 app_api_fin_saleinvoice_getsaleinvoice /api/sale-invoices/get/{id} Path does not match
136 app_api_fin_saleinvoice_listsaleinvoicescomplete /api/sale-invoices/complete/{id} Path does not match
137 app_api_fin_saleinvoice_listsaleinvoicescancelcomplete /api/sale-invoices/cancel-complete/{id} Path does not match
138 app_api_fin_saleinvoice_savesaleinvoice /api/sale-invoices/save Path does not match
139 app_api_fin_saleinvoice_savesaleinvoiceitem /api/sale-invoices/item-save Path does not match
140 app_api_fin_saleinvoice_deletesaleinvoiceitem /api/sale-invoices/item-delete/{id} Path does not match
141 app_api_fin_saleinvoice_savesaleinvoicedocument /api/sale-invoices/document-save Path does not match
142 app_api_fin_saleinvoice_deletesaleinvoicebulk /api/sale-invoices/delete Path does not match
143 app_api_fin_saleinvoice_deletesaleinvoice /api/sale-invoices/delete/{id} Path does not match
144 app_api_fin_saleinvoice_markaspayedsaleinvoice /api/sale-invoices/payed Path does not match
145 app_api_fin_saleinvoice_copysaleinvoice /api/sale-invoices/copy/{id} Path does not match
146 app_api_fin_saleoffer_listsaleoffers /api/sale-offers/list Path does not match
147 app_api_fin_saleoffer_listsaleofferitems /api/sale-offers/{saleOfferId}/items Path does not match
148 app_api_fin_saleoffer_listsaleoffersbyfilter /api/sale-offers/list/filter Path does not match
149 app_api_fin_saleoffer_getsaleoffer /api/sale-offers/get/{id} Path does not match
150 app_api_fin_saleoffer_listsaleofferscomplete /api/sale-offers/complete/{id} Path does not match
151 app_api_fin_saleoffer_listsaleofferscancelcomplete /api/sale-offers/cancel-complete/{id} Path does not match
152 app_api_fin_saleoffer_savesaleoffer /api/sale-offers/save Path does not match
153 app_api_fin_saleoffer_savesaleofferitem /api/sale-offers/item-save Path does not match
154 app_api_fin_saleoffer_deletesaleofferitem /api/sale-offers/item-delete/{id} Path does not match
155 app_api_fin_saleoffer_savesaleofferdocument /api/sale-offers/document-save Path does not match
156 app_api_fin_saleoffer_deletesaleofferbulk /api/sale-offers/delete Path does not match
157 app_api_fin_saleoffer_deletesaleoffer /api/sale-offers/delete/{id} Path does not match
158 app_api_fin_saleoffer_copysaleoffer /api/sale-offers/copy/{id} Path does not match
159 app_api_fin_saleoffer_mailsaleoffer /api/sale-offers/mail Path does not match
160 app_api_msg_helpdesk_listhdmessages /api/help-desk/list Path does not match
161 app_api_msg_helpdesk_listhdmessagesbyfilter /api/help-desk/list/filter/{filter} Path does not match
162 app_api_msg_helpdesk_listhdmessagespopulatefilters /api/help-desk/populate-filters Path does not match
163 app_api_msg_helpdesk_gethdmessage /api/help-desk/get/{id} Path does not match
164 app_api_msg_helpdesk_savehdmessage /api/help-desk/save Path does not match
165 app_api_msg_helpdesk_deletehdmessagebulk /api/help-desk/delete Path does not match
166 app_api_msg_helpdesk_deletehdmessage /api/help-desk/delete/{id} Path does not match
167 app_api_msg_mymessage_listmessages /api/messages/list Path does not match
168 app_api_msg_mymessage_listmessageattachments /api/messages/get/{id}/attachments Path does not match
169 app_api_msg_mymessage_listmessagescounted /api/messages/for-count/{filter} Path does not match
170 app_api_msg_mymessage_listmessagesbyfilter /api/messages/list/filter/{filter} Path does not match
171 app_api_msg_mymessage_listmessagespopulatefilters /api/messages/populate-filters Path does not match
172 app_api_msg_mymessage_getmessage /api/messages/get/{id} Path does not match
173 app_api_msg_mymessage_savemessage /api/messages/save Path does not match
174 app_api_msg_mymessage_replymessage /api/messages/reply Path does not match
175 app_api_msg_mymessage_closemessage /api/messages/close Path does not match
176 app_api_msg_mymessage_readmessage /api/messages/read Path does not match
177 app_api_msg_mymessage_unreadmessage /api/messages/unread Path does not match
178 app_api_msg_mymessage_deletemessagebulk /api/messages/delete Path does not match
179 app_api_msg_mymessage_deletemessage /api/messages/delete/{id} Path does not match
180 app_api_org_client_listclients /api/clients/list Path does not match
181 app_api_org_client_checkclientnameunique /api/clients/name/check/unique/{name} Path does not match
182 app_api_org_client_checkclientoibunique /api/clients/oib/check/unique/{oib} Path does not match
183 app_api_org_client_listclientsbyfilter /api/clients/list/filter Path does not match
184 app_api_org_client_getclient /api/clients/get/{id} Path does not match
185 app_api_org_client_listaccountspopulatefilters /api/clients/populate-filters Path does not match
186 app_api_org_client_saveclient /api/clients/save Path does not match
187 app_api_org_client_deleteclientbulk /api/clients/delete Path does not match
188 app_api_org_client_deleteclient /api/clients/delete/{id} Path does not match
189 app_api_org_craft_listcrafts /api/crafts/list Path does not match
190 app_api_org_craft_checkcraftoibunique /api/crafts/oib/check/unique/{name} Path does not match
191 app_api_org_craft_listcraftsbyfilter /api/crafts/list/filter/{filter} Path does not match
192 app_api_org_craft_getcraft /api/crafts/get/{id} Path does not match
193 app_api_org_craft_savecraft /api/crafts/save Path does not match
194 app_api_org_craft_deletecraftbulk /api/crafts/delete Path does not match
195 app_api_org_craft_deletecraft /api/crafts/delete/{id} Path does not match
196 app_api_org_organization_listorganizations /api/organizations/list Path does not match
197 app_api_org_organization_checkorganizationoibunique /api/organizations/oib/check/unique/{oib} Path does not match
198 app_api_org_organization_listorganizationsbyfilter /api/organizations/list/filter/{filter} Path does not match
199 app_api_org_organization_getorganizationitem /api/organizations/get/{id} Path does not match
200 app_api_org_organization_saveorganization /api/organizations/save Path does not match
201 app_api_org_organization_deleteorganizationbulk /api/organizations/delete Path does not match
202 app_api_org_organization_deleteorganization /api/organizations/delete/{id} Path does not match
203 app_api_org_organizationsentmessage_listorganizationsentmessages /api/mail-documents/list Path does not match
204 app_api_org_organizationsentmessage_listorganizationsentmessagesbyfilter /api/organization-sent-messages/list/filter Path does not match
205 app_api_org_organizationsentmessage_getorganizationlastsentmessage /api/mail-documents/get-last/{for} Path does not match
206 app_api_org_organizationsentmessage_getorganizationsentmessage /api/mail-documents/get/{id} Path does not match
207 app_api_org_organizationsentmessage_listaccountspopulatefilters /api/mail-documents/populate-filters Path does not match
208 app_api_org_organizationsentmessage_saveorganizationsentmessage /api/mail-documents/save Path does not match
209 app_api_org_organizationsentmessage_deleteorganizationsentmessagebulk /api/mail-documents/delete Path does not match
210 app_api_org_organizationsentmessage_deleteorganizationsentmessage /api/mail-documents/delete/{id} Path does not match
211 app_api_sec_pageaccess_listpageaccesses /api/security-access/list Path does not match
212 app_api_sec_pageaccess_listpageaccessesbyfilter /api/security-access/list/filter/{filter} Path does not match
213 app_api_sec_pageaccess_getpageaccess /api/security-access/get/{id} Path does not match
214 app_api_sec_pageaccess_listpageaccesspopulatefilters /api/security-access/populate-filters Path does not match
215 app_api_sec_pageaccess_savepageaccess /api/security-access/save Path does not match
216 app_api_sec_pageaccess_deletepageaccessbulk /api/security-access/delete Path does not match
217 app_api_sec_pageaccess_deletepageaccess /api/security-access/delete/{id} Path does not match
218 app_api_sec_security_handleaccessforuser /api/security/page-access/handle/{page} Path does not match
219 app_api_usm_myrole_listroles /api/my-user-roles/list Path does not match
220 app_api_usm_myrole_checkroleunique /api/my-user-roles/check/unique/{name} Path does not match
221 app_api_usm_myrole_listrolesbyfilter /api/my-user-roles/list/filter/{filter} Path does not match
222 app_api_usm_myrole_getmyrole /api/my-user-roles/get/{id} Path does not match
223 app_api_usm_myrole_saverole /api/my-user-roles/save Path does not match
224 app_api_usm_myrole_deleterolebulk /api/my-user-roles/delete Path does not match
225 app_api_usm_myrole_deleterole /api/my-user-roles/delete/{id} Path does not match
226 app_api_usm_myuser_listusers /api/my-users/list Path does not match
227 app_api_usm_myuser_checkusernameunique /api/my-users/check/unique/username/{username} Path does not match
228 app_api_usm_myuser_checkuseremailunique /api/my-users/check/unique/email/{email} Path does not match
229 app_api_usm_myuser_listusersbyfilter /api/my-users/list/filter/{filter} Path does not match
230 app_api_usm_myuser_listworkspacesforuser /api/my-users/assigned-workspaces/list Path does not match
231 app_api_usm_myuser_getmyuser /api/my-users/get/{id} Path does not match
232 app_api_usm_myuser_listuserpopulatefilters /api/my-users/populate-filters Path does not match
233 app_api_usm_myuser_saveuser /api/my-users/save Path does not match
234 app_api_usm_myuser_activateuser /api/my-users/activate Path does not match
235 app_api_usm_myuser_updatepassword /api/my-users/update-password Path does not match
236 app_api_usm_myuser_deleteuserbulk /api/my-users/delete Path does not match
237 app_api_usm_myuser_deleteuser /api/my-users/delete/{id} Path does not match
238 app_api_usm_restrictionrole_listrestrictionroles /api/restriction-roles/list Path does not match
239 app_api_usm_restrictionrole_checkrestrictionroleunique /api/restriction-roles/check/unique/{name} Path does not match
240 app_api_usm_restrictionrole_listrestrictionrolesbyfilter /api/restriction-roles/list/filter/{filter} Path does not match
241 app_api_usm_restrictionrole_getrestrictionrole /api/restriction-roles/get/{id} Path does not match
242 app_api_usm_restrictionrole_saverestrictionrole /api/restriction-roles/save Path does not match
243 app_api_usm_restrictionrole_deleterestrictionrolebulk /api/restriction-roles/delete Path does not match
244 app_api_usm_restrictionrole_deleterestrictionrole /api/restriction-roles/delete/{id} Path does not match
245 app_api_usm_userprofile_getuserprofile /api/user-profile/list Path does not match
246 app_api_usm_userprofile_saveuserprofile /api/user-profile/save Path does not match
247 app_api_usm_userprofile_deleteuserprofile /api/user-profile/delete Path does not match
248 app_api_wsp_applicationsettings_getapplicationsettings /api/application-settings/{component}/list Path does not match
249 app_api_wsp_applicationsettings_saveapplicationsettings /api/application-settings/save Path does not match
250 app_api_wsp_applicationsettings_deleteapplicationsettings /api/application-settings/delete Path does not match
251 app_api_wsp_workspace_listworkspaces /api/workspaces/list Path does not match
252 app_api_wsp_workspace_listworkspacesbyfilter /api/workspaces/list/filter/{filter} Path does not match
253 app_api_wsp_workspace_getworkspace /api/workspaces/get/{id} Path does not match
254 app_api_wsp_workspace_checkworkspaceunique /api/workspaces/check/unique/{name} Path does not match
255 app_api_wsp_workspace_listworkspacespopulatefilters /api/workspaces/populate-filters Path does not match
256 app_api_wsp_workspace_saveworkspace /api/workspaces/save Path does not match
257 app_api_wsp_workspace_deleteworkspacebulk /api/workspaces/delete Path does not match
258 app_api_wsp_workspace_deleteworkspace /api/workspaces/delete/{id} Path does not match
259 login /auth/login Path does not match
260 register /auth/register Path does not match
261 password-expired /auth/password-expired Path does not match
262 set-password /auth/set-password Path does not match
263 app_auth_userforgotpassword /auth/forgotten-password Path does not match
264 app_auth_verifytoken /auth/verify-token Path does not match
265 refresh-from-session /auth/refresh-from-session/{sessionId} Path does not match
266 refresh-token /auth/refresh-token Path does not match
267 refresh-session /auth/refresh-session Path does not match
268 app_auth_changepasswordsecurity /api/security/change-password Path does not match
269 security-register-user-token /handle/register/{token} Path does not match
270 security-user-forgotten-password-token /handle/forgotten/{token} Path does not match
271 _preview_error /_error/{code}.{_format} Path does not match
272 _wdt /_wdt/{token} Path does not match
273 _profiler_home /_profiler/ Path does not match
274 _profiler_search /_profiler/search Path does not match
275 _profiler_search_bar /_profiler/search_bar Path does not match
276 _profiler_phpinfo /_profiler/phpinfo Path does not match
277 _profiler_xdebug /_profiler/xdebug Path does not match
278 _profiler_search_results /_profiler/{token}/search/results Path does not match
279 _profiler_open_file /_profiler/open Path does not match
280 _profiler /_profiler/{token} Path does not match
281 _profiler_router /_profiler/{token}/router Path does not match
282 _profiler_exception /_profiler/{token}/exception Path does not match
283 _profiler_exception_css /_profiler/{token}/exception.css Path does not match
284 app_index / Route matches!

Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.