v1
latestOpenAPI 3.1.02026-08-0624411242.2 KBEvents
Get traveler RSVP
Get the RSVP status and the RSVP response for a traveler.
get/v2/events/{eventId}/travelers/{travelerId}/rsvp
Response
OK
Example response
{
"eventRsvpResponse": {
"air": {
"notNeeded": true
},
"hotel": {
"notNeeded": true
},
"car": {
"notNeeded": true
},
"rail": {
"notNeeded": true
}
},
"invitedAt": {
"iso8601": "2017-07-21T17:32Z"
},
"airBookingStatus": "BOOKED",
"railBookingStatus": "BOOKED",
"carBookingStatus": "BOOKED",
"hotelBookingStatus": "BOOKED"
}