アンケート設問一覧
GET
/events/:eventId/questions参加登録時に回答するアンケートの設問一覧を返します。
| 認証 | 不要 |
|---|
パスパラメータ
eventIdstring必須イベント ID または slug。
レスポンス
| フィールド | 型 | 説明 |
|---|---|---|
questions | Question[] | 設問の配列。 |
リクエスト
curl https://api.4s.link/events/EVENT_ID/questions \-H "Authorization: Bearer 4s_at_..."
レスポンス例
{"questions": [{"id": "q1a2b3c4-...","type": "text","title": "参加目的を教えてください","description": null,"required": true,"options": [],"order": 0,"status": "PUBLISHED"}]}