# Return a list of events **GET /events/bydate/{from_date}/{to_date}/ids/{location_ids}** Search for a list of events using a date range, and location ids This allows for authenticated call - which shows events for the authenticated user, or non-authenticated calls which shows only public events, i.e. events that are visible on the iternet. ## Servers - API Auto Mocking: https://YOURSITE.infoodle.com/apiv2 (API Auto Mocking) ## Authentication methods - O auth2 ## Parameters #### Path parameters - **from_date** (string) The first date to include, YYYY-MM-DD format. Date is local time - **to_date** (string) The last date to include, YYYY-MM-DD format. Date is local time - **location_ids** (string) Filter the events by location IDs when location = ids ## Responses ### 200: See /events/bydate/{from_date}/{to_date}/{location} for output description [Powered by Bump.sh](https://bump.sh)