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 checkvotingLinksActivebefore showing a "Vote Now" button.
Tips
- Default
recordDateonly kicks in when no other parameter is set. Pass any filter and you must includerecordDateexplicitly if you want the filter to apply. - Pagination keeps your filters. When following
pagination.nextCursor, repeat the same filter set on each request. votingLinksActive: truerequires all of: final docs confirmed, statusActive, and the deadline not yet passed.
Loading playground…