Mass 提供的 API 服務
使用 chriskacerguis/codeigniter-restserver 所建構,請至該 Repo 閱讀相關文檔。
取得 SYF 類目資料
| 用途 | URI | method | 範例與說明 |
|---|---|---|---|
| 取得所有類目 | /mass/restful/api/syf/categories | GET | 同時支援 type 與 id |
| 取得主次類目 | /mass/restful/api/syf/categories/type/{type} | GET | type 為 major, minor |
| 取得特定類目 | /mass/restful/api/syf/categories/id/{cat_id} | GET | 無 |
取得 Mass 階層式類目資料
| 用途 | URI | method | 範例與說明 |
|---|---|---|---|
| 取得所有類目 | /mass/restful/api/latest/majorcategories | GET | 支援 id, 階層式 |
| 取得特定類目 | /mass/restful/api/latest/majorcategories/id/{cat_id} | GET | 無 |