Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
kintone APIの紹介
Search
kintoneGeeks
October 12, 2022
Programming
0
2.7k
kintone APIの紹介
ヒーローズリーグのゆるアイディアソンで使用した資料です。
2022/10/05
kintoneGeeks
October 12, 2022
Tweet
Share
More Decks by kintoneGeeks
See All by kintoneGeeks
サイボウズ社内の開発事例で学ぶ、kintoneカスタマイズのチーム開発
kintonegeeks
0
290
Taiwan Cloud Conference 2024 kintone Workshop
kintonegeeks
0
200
TechSeeker Hackathon 2024 スピンアウト企画
kintonegeeks
0
83
kintoneの紹介
kintonegeeks
0
94
TechSeekerハッカソン kintone紹介
kintonegeeks
0
1k
Webサービスの必須スキル:HTTPリクエスト入門
kintonegeeks
1
1.5k
kintoneとMakeを使用したワークショップ U22プログラミングコンテスト2022
kintonegeeks
0
2.8k
kintoneの紹介
kintonegeeks
0
9.2k
Other Decks in Programming
See All in Programming
Agentic AI: Evolution oder Revolution
mobilelarson
PRO
0
110
New in Go 1.26 Implementing go fix in product development
sunecosuri
0
370
AI主導でFastAPIのWebサービスを作るときに 人間が構造化すべき境界線
okajun35
0
610
ふつうの Rubyist、ちいさなデバイス、大きな一年
bash0c7
0
700
社内規程RAGの精度を73.3% → 100%に改善した話
oharu121
13
7.7k
Go1.26 go fixをプロダクトに適用して困ったこと
kurakura0916
0
330
TROCCOで実現するkintone+BigQueryによるオペレーション改善
ssxota
0
140
CDIの誤解しがちな仕様とその対処TIPS
futokiyo
0
180
受け入れテスト駆動開発(ATDD)×AI駆動開発 AI時代のATDDの取り組み方を考える
kztakasaki
2
540
Agent Skills Workshop - AIへの頼み方を仕組み化する
gotalab555
15
8.1k
What Spring Developers Should Know About Jakarta EE
ivargrimstad
0
260
ふつうのRubyist、ちいさなデバイス、大きな一年 / Ordinary Rubyists, Tiny Devices, Big Year
chobishiba
1
390
Featured
See All Featured
So, you think you're a good person
axbom
PRO
2
1.9k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
25
1.8k
GraphQLの誤解/rethinking-graphql
sonatard
75
11k
The Mindset for Success: Future Career Progression
greggifford
PRO
0
270
Design in an AI World
tapps
0
160
My Coaching Mixtape
mlcsv
0
65
Lightning Talk: Beautiful Slides for Beginners
inesmontani
PRO
1
470
Statistics for Hackers
jakevdp
799
230k
Bridging the Design Gap: How Collaborative Modelling removes blockers to flow between stakeholders and teams @FastFlow conf
baasie
0
470
What the history of the web can teach us about the future of AI
inesmontani
PRO
1
460
brightonSEO & MeasureFest 2025 - Christian Goodrich - Winning strategies for Black Friday CRO & PPC
cargoodrich
3
120
The World Runs on Bad Software
bkeepers
PRO
72
12k
Transcript
kintone APIの紹介 2022©Cybozu,inc 1 - ゆるアイディアソン-
kintoneとは? 2022©Cybozu,inc 3
kintoneとは チームで使うシステムを簡単に作成 できるクラウドデータベース 2022©Cybozu,inc 4
kintoneの基本 2022©Cybozu,inc 5
簡単にデータを貯めることができる l ドラッグ&ドロップで データベース(アプリ)を作成 l 更新も画⾯操作で簡単 2022©Cybozu,inc 6
kintone API 2022©Cybozu,inc 7
kintone API 2022©Cybozu,inc 8 JavaScript API REST API
REST API l プログラミングを⽤いて kintoneアプリのCRUD操作 (登録・取得・更新・削除)等が できるAPI l 例: l
kintoneにデータを登録する l kintoneからデータを1件取得する 2022©Cybozu,inc 9 REST API 外部サーバー サービス
REST API 2022©Cybozu,inc 10 基本的にどのプログラミング⾔語からも HTTPリクエストをして、REST APIを叩けばOK SDKを使うとより簡単
JavaScript API l kintone画⾯のカスタマイズが できるAPI l kintone画⾯操作をトリガーに JavaScriptコードを発⽕できる l 例:
l ⼀覧画⾯を表⽰した時に〇〇する l 新規レコードを保存したときに〇〇する 2022©Cybozu,inc 11
JavaScript API 2022©Cybozu,inc 12
kintoneを使った作品⼀例 2022©Cybozu,inc 13
kintoneを使った作品⼀例 2022©Cybozu,inc 14 Protodediaにkintone賞受賞作品が掲載されています。 引⽤:https://protopedia.net/material/180
kintoneを使った作品⼀例 2022©Cybozu,inc 15 REST API プログラミング kintoneにデータを登録 or kintoneのデータを取得 管理者
JavaScript API
kintoneを使ってみたい⽅へお知らせ 2022©Cybozu,inc 16
開発者ライセンス 無償のkintone環境を取得しよう 2022©Cybozu,inc 17 kintone 開発者ライセンス
よくある質問 ⚠ご注意 2022©Cybozu,inc 18 Q: Webフロント側(React, Next.js 等)から直接 kintone REST
APIを 叩くことはできますか? A: できません。 フロントから直接kintoneのAPIを叩いてしまうと CORS(Cross-Origin Resource Sharing)エラーがコンソールに表⽰され、 kintoneのデータが取得できません。 そのため、何かしら間にサーバーを⼊れて、サーバー(バックエンド)から kintoneのAPIを叩く必要があります。
kintone賞 2022©Cybozu,inc 19
kintone賞 2022©Cybozu,inc 20 サイボウズ・kintoneグッズをご⽤意しています!
kinotneカスタマイズでお困りの際は ご相談ください! 2022©Cybozu,inc 21