-
Notifications
You must be signed in to change notification settings - Fork 0
API Document
Tomoki ICHIKAWA edited this page Nov 4, 2018
·
5 revisions
エンドポイントのベースURLは/api/v1/になっています。
また、すべてのリクエストには必ず投票用のトークンを含める必要があり、トークンはHTTPリクエストヘッダにX-ChatWorkTokenというキーでセットする必要があります。
{
"votable": {
"app": true,
"idea": true
}
}{
"apps": [
{
"id": 6,
"title": "OJT Manager",
"description": null,
"team_name": "イニシャルD",
"images": [
{
"image_url": "/uploads/image/image/1/rx-dog.jpeg"
}
]
}
{
"id": 16,
"title": "BOKiN",
"description": null,
"team_name": "Red Bottle Coffee",
"images": []
}
]
}