2.16.4
- Added a new
parents=1
parameter toGetServiceBodies
. When supplied withservices[]=x
filters, all parent service bodies will be returned. - Exposed
venue_type
in meeting search results. - Added a new
venue_types
filter toGetSearchResults
. This works like theweekdays
andservices
filters, where passing a positive integer will include a Venue Type and a negative integer will exclude a Venue Type.- Filter Values
- In-Person is
1
- Virtual is
2
- Hybrid is
3
- In-Person is
- Examples
&venue_types[]=2&venue_types[]=3
will include all Virtual and Hybrid meetings.&venue_types=-1
will exclude all In-Person meetings.
- Filter Values
- Added a new
key_strings
filter toGetFormats
. This has also been implemented in tomato, and will allow crouton to make more efficient queries.- Example:
&key_strings[]=TC&key_strings[]=VM&key_strings[]=HY&lang_enum=en
- Example:
- Dropped support for PHP 7.2, added support for PHP 8.0.