Get available slot for booking meeting by attendee id.

This API help to which slot is available for book meeting schedule. We need to pass attendee id in path param for get available slots. This API only returns available slots for pass attendee id as per set availability rules of that attendee.

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

AttributesDescription
bookedDatesThis will return list of available slots. In the list contains fields like startTime, endTime, equivalentTimeZone, exhibitorId, 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!