Participant counts
GET
/manage/events/:eventId/entries/countsReturn registration counts by state and ticket. Requires the participantsRead permission.
| Auth | Login required |
|---|
Path parameters
eventIdstringrequiredEvent ID or slug.
Request
curl https://api.4s.link/manage/events/EVENT_ID/entries/counts \-H "Authorization: Bearer 4s_at_..."
Example response
{"total": 320,"byState": { "UNUSED": 280, "CHECKED_IN": 30, "CANCELED": 10 },"byTicket": [{ "ticketId": "t1a2b3c4-...", "name": "一般チケット", "count": 300 }]}