Skip to content

docs: clarify /entries excludes walk-up entries#10

Open
mikaello wants to merge 1 commit into
mainfrom
docs-document-walkup-entries
Open

docs: clarify /entries excludes walk-up entries#10
mikaello wants to merge 1 commit into
mainfrom
docs-document-walkup-entries

Conversation

@mikaello
Copy link
Copy Markdown
Collaborator

@mikaello mikaello commented Jun 3, 2026

Closes #9.

Enhances the OpenAPI descriptions for the entry/start endpoints to document the behaviour reported in #9:

  • GET /entries — only returns entries booked through Eventor's online pre-registration system; walk-up / direct entries (common in open classes like N-åpen / C-åpen / A-åpen) are omitted. Points to /starts/event for the full starter list. Also notes that the Eventor web UI Entries tab is rewritten from the result list once uploaded, so the UI count can exceed this endpoint's.
  • GET /starts/event — returns every starter (including walk-ups), carries <CCardId>, and is empty until a start list is published (check startListExists).
  • GET /starts/event/iofxml — same coverage, but omits <ControlCard>; use the native variant for control cards.

Kept brief, added as operation-level description fields. npx @redocly/cli lint passes (only pre-existing warnings).

🤖 Generated with Claude Code

Document that GET /entries only returns online pre-registered entries
and omits walk-up/direct entries, that /starts/event includes walk-ups
and control cards, and that the IOF XML start list variant omits
ControlCard. Also note the Eventor UI Entries tab is rewritten from the
result list while /entries is not.

Closes #9

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Document that GET /entries excludes walk-up (direct) entries

1 participant