連結資料指南
取得前端使用的 Markdown 指南,了解連結、彙總、查找與公式欄位的完整行為。
GET
路由範本
/private/module/custom_tables/linked-records/guide用途
回傳完整的前端 Markdown 指南,涵蓋 link、rollup、lookup、formula、寫入格式、驗證與畫面呈現方式。
適用時機
適合當作已登入應用程式說明面板或開發工具的功能探索端點。
實際掛載路徑
- 完整路由
/private/module/custom_tables/linked-records/guide
範圍
| 範圍 | 是否提供 | 驗證與權限 |
|---|---|---|
| 完整路由 | 可使用 | get_current_user |
範例
取得前端 Markdown 指南
請求
{
"pathParams": {}
}回應200
{
"markdown": "# Linked Records & Rollups - Frontend Guide\n\nCustom tables support linked records and rollups."
}錯誤
| 狀態 | 發生條件 | 錯誤本文 |
|---|---|---|
| 401 | 請求中沒有有效的已登入使用者。 | |
Last updated on