Routing
NOTIFICATION_LIST_BY_USER
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/api/v1/user/notifications
# | Route name | Path | Log |
---|---|---|---|
1 | MODEL_LIST_BY_MARK | /api/v1/model/bymark | Path does not match |
2 | USERCOMPANY_LIST_AGENT_ALL | /api/v1/user/agents/all | Path does not match |
3 | USERCOMPANY_LIST_CUSTOMER | /api/v1/user/customer/list | Path does not match |
4 | USER_ADD_AGENT | /api/v1/user/agent | Path does not match |
5 | USERCOMPANY_LIST_CUSTOMER_COMPANY | /api/v1/user/customer/bycompany | Path does not match |
6 | USERCOMPANY_LIST_CUSTOMER_ALL | /api/v1/user/customer/all | Path does not match |
7 | USER_GET_PROFILE | /api/v1/user/profile/information | Path does not match |
8 | USER_CHECK_LICENSE_NUMBER | /api/v1/user/check/licenseNumber | Path does not match |
9 | USER_CUSTOMER_DETAILS_PRINT | /api/v1/user/customer/details/print/{id} | Path does not match |
10 | USER_BY_USER_ORGANISATION | /api/v1/user/by/userOrganisation | Path does not match |
11 | COMPANYAGENCY_LIST_COMPANY | /api/v1/companyAgency/bycompany | Path does not match |
12 | MODEL_GET_ONE | /api/v1/model/{id} | Path does not match |
13 | TERMS_GET_ONE | /api/v1/terms-full-insurance/{id} | Path does not match |
14 | USERCOMPANY_LIST_AGENT_COMPANY | /api/v1/user/agent/bycompany | Path does not match |
15 | USERCOMPANY_LIST_AGENT | /api/v1/user/agent/list | Path does not match |
16 | USERCOMPANY_LIST_CUSTOMER_COMPANYAGENCY | /api/v1/user/customer/bycompanyagency | Path does not match |
17 | NOTIFICATION_LIST_BY_USER | /api/v1/user/notifications | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.