List survey questions (for managers)
GET
/manage/events/:eventId/questionsList all survey questions including drafts. Requires the questionsRead permission.
| Auth | Login required |
|---|
Path parameters
eventIdstringrequiredEvent ID or slug.
Response
| Field | Type | Description |
|---|---|---|
questions | Question[] | Array of questions. |
Request
curl https://api.4s.link/manage/events/EVENT_ID/questions \-H "Authorization: Bearer 4s_at_..."
Example response
{"questions": [{"id": "q1a2b3c4-...","refId": "purpose","type": "text","title": "参加目的を教えてください","description": null,"required": true,"options": [],"ticketIds": [],"order": 0,"status": "PUBLISHED","searchable": false,"showOnDashboard": false}]}