Events
Two operations on this surface: GET /events lists events filtered by record date, status, CUSIP, ticker, etc.; GET /event/{eventId} fetches a single event — primarily to check votingLinksActive before 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…