Routing
api_page_for_page_type_list
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/api/page/page-list
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | pentatrion_vite_build_proxy | /build/{path} | Path does not match |
| 2 | article_comment_get | /api/application-settings/{component}/list | Path does not match |
| 3 | app_api_applicationsettings_saveapplicationsettings | /api/application-settings/save | Path does not match |
| 4 | api_article_comment_list | /api/article-comment/list | Path does not match |
| 5 | api_article_comment_save | /api/article-comment/save | Path does not match |
| 6 | api_article_comment_delete | /api/article-comment/{id} | Path does not match |
| 7 | api_article_author_list | /api/article/list | Path does not match |
| 8 | api_article_author_published_list | /api/article/author-published-list | Path does not match |
| 9 | api_article_get | /api/article/{id} | Path does not match |
| 10 | api_article_content_get | /api/article/{id}/content | Path does not match |
| 11 | api_article_save | /api/article/save | Path does not match |
| 12 | api_article_content_save | /api/article/content-save | Path does not match |
| 13 | api_article_image_save | /api/article/image-save | Path does not match |
| 14 | api_article_delete | /api/article/{id} | Path does not match |
| 15 | api_assigned_article_media_list | /api/assigned-article-media/{articleId}/list | Path does not match |
| 16 | api_assigned_article_media_get | /api/assigned-article-media/{id} | Path does not match |
| 17 | api_assigned_article_media_save | /api/assigned-article-media/save | Path does not match |
| 18 | api_assigned_article_media_delete | /api/assigned-article-media/{id} | Path does not match |
| 19 | api_login | /api/auth/login | Path does not match |
| 20 | api_register | /api/auth/register | Path does not match |
| 21 | api_password-expired | /api/auth/password-expired | Path does not match |
| 22 | api_set-password | /api/auth/set-password | Path does not match |
| 23 | api_app_api_auth_userforgotpassword | /api/auth/forgotten-password | Path does not match |
| 24 | api_app_api_auth_verifytoken | /api/auth/verify-token | Path does not match |
| 25 | api_refresh-from-session | /api/auth/refresh-from-session/{sessionId} | Path does not match |
| 26 | api_refresh-token | /api/auth/refresh-token | Path does not match |
| 27 | api_refresh-session | /api/auth/refresh-session | Path does not match |
| 28 | api_app_api_auth_changepasswordsecurity | /api/api/security/change-password | Path does not match |
| 29 | api_category_list | /api/category/list | Path does not match |
| 30 | api_category_get | /api/category/{id} | Path does not match |
| 31 | api_category_save | /api/category/save | Path does not match |
| 32 | api_category_delete | /api/category/{id} | Path does not match |
| 33 | api_contact_list | /api/contact/list | Path does not match |
| 34 | api_contact_save | /api/contact/save | Path does not match |
| 35 | api_contact_delete | /api/contact/{id} | Path does not match |
| 36 | api_faq_list | /api/faq/list | Path does not match |
| 37 | api_faq_get | /api/faq/{id} | Path does not match |
| 38 | api_faq_save | /api/faq/save | Path does not match |
| 39 | api_faq_delete | /api/faq/{id} | Path does not match |
| 40 | api_media_list | /api/media/list | Path does not match |
| 41 | api_media_get | /api/media/{id} | Path does not match |
| 42 | api_media_delete | /api/media/{id} | Path does not match |
| 43 | api_newsletter_list | /api/newsletter/list | Path does not match |
| 44 | api_newsletter_applicants_download | /api/newsletter/applicant-download/{id} | Path does not match |
| 45 | api_newsletter_delete | /api/newsletter/{id} | Path does not match |
| 46 | api_page_list | /api/page/list | Path does not match |
| 47 | api_page_for_page_type_list | /api/page/page-list | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.