QuoteCategories API

整理 quote_categoriesquote_category_*、coupon / ibon 等分類側 API。

建議閱讀順序

目的文件
看分類側正式機流量與下一支候選details/quote_categories/README.md

流量結論

2026-06-23 查正式機 ip-10-5-2-242 目前保留的 /var/log/apache2/*access.log*

Endpoint筆數判斷
GET /quote_categories/index/type:tree.json11984高流量;已補 type:tree 專用 branch / PHPUnit;調查見 details/quote_categories/index_tree.md
OPTIONS /quote_categories/index/type:tree.json9717同上
POST /quote_categories/related.json7672高流量;已補 QuoteCategories::related()、legacy path routing 與 PHPUnit
OPTIONS /quote_categories/related.json3039同上
GET /quote_categories/search.json?keyword=cleaning1低流量,先不列優先

完整查詢指令與雜訊排除說明見 details/quote_categories/README.md

Endpoint方法認證來源說明新專案對應狀態備註
/quote_categories/addTravelPreference.json待確認全域 API keyapp/Plugin/Quotes/Controller/QuoteCategoriesController.php:288travel preference未找到未找到新專案沒有同名 endpoint method。
/quote_categories/get_category_map.jsonGET全域 API keyapp/Plugin/Quotes/Controller/QuoteCategoriesController.php:3482-3498category mapQuoteCategories::get_category_map()已補 action + routing + PHPUnit低流量,可能僅 Legacy Admin 偶發使用;已依 Legacy 保留無 filter/無 order 的 raw id => display_name map,待 Staging parity。詳見 details/quote_categories/get_category_map.md
/quote_categories/saveSearchLog.json待確認使用者 sessionapp/Plugin/Quotes/Controller/QuoteCategoriesController.php:3793search log未找到未找到新專案沒有同名 endpoint method。
/quote_category_wrappers/view.json待確認全域 API keyapp/Plugin/Quotes/Controller/QuoteCategoryWrappersController.php:397wrapper detail未找到未找到新專案沒有 QuoteCategoryWrappers endpoint。
/quote_category_wrappers/index.json待確認全域 API keyapp/Plugin/Quotes/Controller/QuoteCategoryWrappersController.php:423wrapper 清單未找到未找到新專案沒有 QuoteCategoryWrappers endpoint。
/quote_ibon_groups/view.json待確認全域 API keyapp/Plugin/Quotes/Controller/QuoteIbonGroupsController.php:246ibon group未找到未找到新專案沒有 QuoteIbonGroups endpoint。
/quote_categories/view.json待確認全域 API keyapp/Plugin/Quotes/Controller/QuoteCategoriesController.php:2527category detailQuoteCategories::view()同路徑已存在新專案 Endpoint/V1/QuoteCategories.php 有同名 action。
/quote_categories/related.jsonPOST全域 API keyapp/Plugin/Quotes/Controller/QuoteCategoriesController.php:2637related categoryQuoteCategories::related()已補 action + routing + PHPUnit2026-06-22 正式 log:POST 200 有 7672 筆、OPTIONS 200 有 3039 筆;調查見 details/quote_categories/related.md
/quote_categories/related_by_keywords.json待確認全域 API keyapp/Plugin/Quotes/Controller/QuoteCategoriesController.php:2909keyword related categoryQuoteCategories::recommend_list()可能需改路徑新專案沒有同名 method;可能由推薦清單相關 action 取代,需確認語意。
/quote_categories/index.jsonGET全域 API keyapp/Plugin/Quotes/Controller/QuoteCategoriesController.php:2973category 清單 / treeQuoteCategories::index()已補 type:tree branch + PHPUnit2026-06-23 正式 log:GET /quote_categories/index/type:tree.json 200 有 11984 筆、OPTIONS 200 有 9717 筆;已補 legacy tree response parity,見 details/quote_categories/index_tree.md
/quote_categories/search.json待確認全域 API keyapp/Plugin/Quotes/Controller/QuoteCategoriesController.php:3069category searchSearch::index()可能需改路徑2026-06-22 正式 log 僅見 1 筆 GET /quote_categories/search.json?keyword=cleaning 200;低優先。
/quote_categories/auto_complete.json待確認全域 API keyapp/Plugin/Quotes/Controller/QuoteCategoriesController.php:3111autocompleteQuoteCategories::auto_complete()同路徑已存在新專案 Endpoint/V1/QuoteCategories.php 有同名 action。
/quote_category_genres/view.json待確認全域 API keyapp/Plugin/Quotes/Controller/QuoteCategoryGenresController.php:450genre detailGenre::index() / Genre::subgenre_index()可能需改路徑新專案沒有 QuoteCategoryGenres::view();前台 genre 頁在 Genre
/quote_category_genres/index.json待確認全域 API keyapp/Plugin/Quotes/Controller/QuoteCategoryGenresController.php:459genre 清單QuoteCategoryGenres::index()同路徑已存在新專案 Endpoint/V1/QuoteCategoryGenres.php 有同名 action。
/quote_category_groups/view.json待確認全域 API keyapp/Plugin/Quotes/Controller/QuoteCategoryGroupsController.php:507group detailQuoteCategoryGroups::view()同路徑已存在新專案 Endpoint/V1/QuoteCategoryGroups.php 有同名 action。
/quote_category_groups/index.json待確認全域 API keyapp/Plugin/Quotes/Controller/QuoteCategoryGroupsController.php:643group 清單QuoteCategoryGroups::index()同路徑已存在新專案 Endpoint/V1/QuoteCategoryGroups.php 有同名 action。
/quote_coupons/index.json待確認使用者 sessionapp/Plugin/Quotes/Controller/QuoteCouponsController.php:74couponQuoteCoupons::index()同路徑已存在新專案 Endpoint/V1/QuoteCoupons.php 有同名 action。