Closed shaunBoahCodes closed 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?
@nnhathung I think is similar to the API, but instead of POST, we want to GET. so maybe same kind of parameters
@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 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