エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
const fetchKintoneRecord = (appId, recordId) => { return kintone.api(kintone.api.url("/k/v1/recor... const fetchKintoneRecord = (appId, recordId) => { return kintone.api(kintone.api.url("/k/v1/record", true), "GET", { app: appId, id: recordId }).then((res) => { const sorted_sections = res.record.sections.value.sort((a, b) => { if (a.value.sectionId.value*1 > b.value.sectionId.value*1) { return 1 } else { return -1 } }) const sorted_links = res.record.links.value.sort((a, b) => { if (a.value.order