# Generate a list of all the members in the group specified and the state of their registration at the event on a specific date **GET /groups/membersforevent/{groupid}/{eventid}/{date}/{filter}** Get the members list and basic details of group members ready for attendance recording. The group must be one of the groups invited in the event settings. ## Servers - API Auto Mocking: https://YOURSITE.infoodle.com/apiv2 (API Auto Mocking) ## Authentication methods - O auth2 ## Parameters #### Path parameters - **groupid** (string) The group id you want to list - **eventid** (string) The event id you want to list - **date** (string) The date of the event you are getting details for. Format YYYY-MM-DD - **filter** (string) A way of filtering the people that came back all: All group members and visitors allmembers: All group and non group members, checked in/out members: All group members nonmembers: Checked in/out non members of the group visitors: Checked in/out visitors ## Responses ### 200: OK #### Body Parameters: application/json (object) - **groupId** (integer) - **members** (array[object]) [Powered by Bump.sh](https://bump.sh)