Routing
(none)
Matched route
Route Matching Logs
Path to match:
/messaging/send/2/%5B202%5D
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | accounting.index | /accounting | Path does not match |
| 2 | accounting.invoice.supplier.add | /accounting/invoice/supplier/add | Path does not match |
| 3 | dolibarr.supplier.search | /dolibarr/supplier/search | Path does not match |
| 4 | dashboard.index | / | Path does not match |
| 5 | dashboard.contact | /contact | Path does not match |
| 6 | dashboard.monitoring | /monitoring | Path does not match |
| 7 | documents.index | /documents/ | Path does not match |
| 8 | document.add | /document/add | Path does not match |
| 9 | document.upload | /document/upload | Path does not match |
| 10 | documents.delete | /document/delete/{hash} | Path does not match |
| 11 | documents.authorization.delete | /documents/authorization/delete/{aid} | Path does not match |
| 12 | documents.link | /document/modify/{did} | Path does not match |
| 13 | document.get | /document/get/{did} | Path does not match |
| 14 | document.my.index | /document/my | Path does not match |
| 15 | document.my.add | /document/my/add/ | Path does not match |
| 16 | document.search | /document/search | Path does not match |
| 17 | document.get.public | /g/{did}/{key} | Path does not match |
| 18 | electrics.index | /electrics | Path does not match |
| 19 | electrics.archives | /electrics/archives | Path does not match |
| 20 | electrics.pending | /electrics/pending | Path does not match |
| 21 | electrics.configure | /electric/configure/{eid} | Path does not match |
| 22 | electric.create | /electric/create | Path does not match |
| 23 | electric.modify | /electric/modify/{id} | Path does not match |
| 24 | electric.qrcode | /electric/qrcode/{id} | Path does not match |
| 25 | electric.index.index | /electric/index/{eid} | Path does not match |
| 26 | electric.add.index | /electric/index/add/{eid} | Path does not match |
| 27 | electric.index.delete | /electric/index/delete/{eid} | Path does not match |
| 28 | electric.invoice.create | /electric/invoice/create | Path does not match |
| 29 | electric.index.my.index | /electric/index/my/{eid} | Path does not match |
| 30 | electric.my.add.index | /electric/index/my/{eid}/add | Path does not match |
| 31 | invoice.index | /invoice | Path does not match |
| 32 | invoice.view | /invoice/view/{iid} | Path does not match |
| 33 | invoice.get | /invoice/get/{id} | Path does not match |
| 34 | invoice.payment | /invoice/payment | Path does not match |
| 35 | invoice.dolibarr.payment | /invoice/dolibarr/payment/{key}/{invoiceId} | Path does not match |
| 36 | invoicing.index | /invoicing | Path does not match |
| 37 | invoicing.subscription | /invoicing/subscription | Path does not match |
| 38 | messaging.template.index | /messaging/template/ | Path does not match |
| 39 | messaging.template.create | /messaging/template/create/{type} | Path does not match |
| 40 | messaging.template.modify | /messaging/template/modify/{id} | Path does not match |
| 41 | messaging.template.delete | /messaging/template/delete/{tid} | Path does not match |
| 42 | messaging.send | /messaging/send/{type}/{dataEncoded} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.