# Return a specific event, and the household members of logged in person **GET /events/myfamily/{eventid}/{eventdate}** To identify all the the household members for the logged in use along with basic event details for use when checking a household into an event ## Servers - API Auto Mocking: https://YOURSITE.infoodle.com/apiv2 (API Auto Mocking) ## Authentication methods - O auth2 ## Parameters ### Path parameters - **eventid** (integer) The ID of the event - **eventdate** (string) The date of the event to retrieve, YYYY-MM-DD format. Date is local time ## Responses ### 200 OK #### Body: application/json (object) - **members** (array[object]) - **groups** (array[object]) List of groups that can be checked into this event, the invitees - **event** (object) [Powered by Bump.sh](https://bump.sh)