Get Attendee booked schedule by attendee id.

This API help to return which slot is already booked by attendee. We need to pass attendee id in path param for get booked slots.

Here is the description of response attributes, which returns in the form of JSON.

AttributesDescription
bookedDatesThis will return list of booked slots. In the list contains fields like startTime, endTime, equivalentTimeZone, exhibitorId, note, origin.
timeZonesThis will return list of timeZones of different country.

Here is the possible error messages, which return if any condition gets failed or required data is missing for processing.

Error CodeError Description
403Accessing the resource you were trying to reach is forbidden.
404The resource you were trying to reach is not found.
4010101Not authorized.
4040200No Event could be found.
4068001Attendee Not Found.
Language
Authorization
Header
Click Try It! to start a request and see the response here!