Skip to main content

Events

Two operations on this surface:

  • GET /events — list events filtered by record date, status, CUSIP, ticker, etc. Use this once per evening on the record date.
  • GET /event/{eventId} — fetch a single event, primarily to check votingLinksActive before showing a "Vote Now" button.

Tips

  • Default recordDate only kicks in when no other parameter is set. Pass any filter and you must include recordDate explicitly if you want the filter to apply.
  • Pagination keeps your filters. When following pagination.nextCursor, repeat the same filter set on each request.
  • votingLinksActive: true requires all of: final docs confirmed, status Active, and the deadline not yet passed.
Loading playground…