# Return a specific event **GET /events/event/{eventid}/{eventdate}** Get the full details regarding a specific event 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 - **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) - **id** (integer) ID of the event - **date** (string) - **dayNumber** (integer) - **dayNumberTh** (string) - **dayNameAbbr** (string) - **dayName** (string) - **monthNameAbbr** (string) - **monthName** (string) - **yearNumber** (integer) - **setupTime24hr** (string) - **startTime24hr** (string) - **endTime24hr** (string) - **packDownTime24hr** (string) - **setupTimeFriendly** (string) - **startTimeFriendly** (string) - **endTimeFriendly** (string) - **packDownTimeFriendly** (string) - **bookingFormId** (integer) - **show_as_current** (string) If this event is on now, then value is Y - **title** (string) - **allDay** (integer) 1 if its an all day event, 0 otherwise - **description** (string) - **passRequired** (string) When COVID pass details are available, whether this is a COVID pass required event - **locationsDecode** (array[object]) - **webLink** (string) - **colorCode** (string) - **nextEvent** (string) For repeating events, when the next one will be - **questions** (object) - **hasRoster** (string) Whether there is a roster associated with this event - **hasLiveEvent** (string) Whether there is a live event setup for this event - **invitees** (array[object]) List of the groups classed as invitees - **inviteesHasAdmin** (string) If the logged in person is an administrator of the group - **inviteesHasCanAdmin** (string) Whether the logged in person has permission to administer this event for the invitee group - **availableInvitees** (array[object]) List of the groups classed as invitees [Powered by Bump.sh](https://bump.sh)