-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Store check in kiosk id to mark association #8958
Comments
Hi @cweitat @mariobehling @DonChiaQE |
@lthanhhieu First is storing a new station POST Second need GET If type is registration & daily, microlocation_id and room can be null on GET This should be a new DB TABLE |
Hi @cweitat APIs spec for create and get station, could you help me to take a look and let me know if it okay POST: /v1/station { Response Error : station type is invalid { GET: /v1/station/{station-id} Response { Error Response if station can not be found: { GET all station of event: /v1/events/{event-id}/stations { |
@lthanhhieu what if not successful? what does it returns for POST Also another GET which is to get all stations of the event |
Hi @cweitat For event, it has one-to-many with station, but with microlocation, is it one-to-many or 1:1 with station? and another one is does we need paging for API get all stations of event? @lthanhhieu, @mariobehling : FYI |
@nnhathung don't need pagination |
Hi @cweitat , thanks for confirming. |
Allow organiser to create station name for each event
The text was updated successfully, but these errors were encountered: