added
New date-based filters for events, sessions, and people
12 days ago by Guillaume Pinsard
We’re thrilled to introduce new date-based filters! 🎉
To help you make the most of your API, we’ve added query parameters that let you filter events, sessions, and registrants by their creation or last update time:
- GET List Events - new created_since, created_until, updated_since, updated_until query parameters can be added in the URL path to filter out your events.
- GET List Event Sessions - new created_since, created_until, updated_since, updated_until query parameters can be added in the URL path to filter out your sessions.
- GET List Sessions - new created_since, created_until, updated_since, updated_until query parameters can be added in the URL path to filter out your sessions.
- GET List people from a Session - new created_since, created_until, updated_since, updated_until query parameters can be added in the URL path to filter out registrants.
Happy coding!
The Livestorm developer relationship team