post https://api.accelevents.com/rest/event//people//schedule/availableSlot
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.
Attributes | Description |
---|---|
bookedDates | This will return list of available slots. In the list contains fields like startTime, endTime, equivalentTimeZone, exhibitorId, 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. |