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.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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.
Path Params
string
required

Event url is unique identifier for your event. E.g https://www.accelevents.com/events/demo. Here demo is the event url.

string
required

Id is unique identifier for attendee.

Body Params
RAW_BODY
object
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json