fossasia / open-event-server

The Open Event Organizer Server to Manage Events https://test-api.eventyay.com
https://api.eventyay.com
GNU General Public License v3.0
2.98k stars 1.89k forks source link

Need API to show details of a ticket whether or not it is checked in/registered. #9040

Closed shaunBoahCodes closed 1 year ago

shaunBoahCodes commented 1 year ago
nnhathung commented 1 year ago

Hi @cweitat , @shaunBoahCodes , do we need to know attendee is check in for specific session? or is_check_in is true if attendee check in any session of event?

cweitat commented 1 year ago

@nnhathung I think is similar to the API, but instead of POST, we want to GET. so maybe same kind of parameters

shaunBoahCodes commented 1 year ago

@nnhathung parameters would be something like attendee_id and event_id because this is to check whether the attendee has registered/checked in to the event

nnhathung commented 1 year ago

@nnhathung parameters would be something like attendee_id and event_id because this is to check whether the attendee has registered/checked in to the event

okay @shaunBoahCodes , so you mean this is to check if attendee is registered to the event, not on session. it clear now