# Return a list of events **GET /events/bydate/{from_date}/{to_date}/{location}** 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 call 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** (string) A filter based on the connection the logged in user has to the event ## Responses ### 200 OK #### Body: application/json (object) - **events** (object) [Powered by Bump.sh](https://bump.sh)