v1

latestOpenAPI 3.1.02026-08-0624411242.2 KB
Events

Get traveler RSVP

Get the RSVP status and the RSVP response for a traveler.

get/v2/events/{eventId}/travelers/{travelerId}/rsvp

Response

OK

eventRsvpState'ADDED' | 'INVITED' | 'INVITE_ACCEPTED' | 'INVITE_DECLINED' | 'REMOVED'

Allowed event rsvp states for a user

airBookingStatus'BOOKED' | 'NOT_BOOKED' | 'OPTED_OUT'

Booking status of the travel.

railBookingStatus'BOOKED' | 'NOT_BOOKED' | 'OPTED_OUT'

Booking status of the travel.

carBookingStatus'BOOKED' | 'NOT_BOOKED' | 'OPTED_OUT'

Booking status of the travel.

hotelBookingStatus'BOOKED' | 'NOT_BOOKED' | 'OPTED_OUT'

Booking status of the travel.

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"
}