Pagination metadata is added to the response from the List All Events endpoint
The response from GET /events
now returns a meta
field alongside data
and links
. The endpoint already supported pagination; the addition of the meta
attribute provides additional data useful in creating a rich, paginated web interface. The new meta
attribute includes record_count
, current_page
, total_pages
and per_page
.
Prior change: `capacity` field for Directors API is unused
Following change: Enabling company-wide 2FA logs out users who don't already have 2FA enabled