post https://api.accelevents.com/rest/event//people//schedule/bookedSlot
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.
Attributes | Description |
---|---|
bookedDates | This will return list of booked slots. In the list contains fields like startTime, endTime, equivalentTimeZone, exhibitorId, note, origin. |
timeZones | This 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 Code | Error Description |
---|---|
403 | Accessing the resource you were trying to reach is forbidden. |
404 | The resource you were trying to reach is not found. |
4010101 | Not authorized. |
4040200 | No Event could be found. |
4068001 | Attendee Not Found. |