Get upcoming scheduled meetings

This API will return alk upcoming meeting schedules for logged-in users based on passed equivalent timezone.

API accepts eventUrl to get the upcoming meetings within the event. The response will be in pagination as well.

Response

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

AttributesDescription
id The unique meeting schedule id.
eventId The event id of the meeting booked.
attendeeId The attendee id of the receiver user.
receiver Contains the receiver user details, e.g firstName, lastName, profilePic, userId, title, company.
meetingStartTime The start time of the scheduled meeting.
meetingEndTime The end time of the scheduled meeting.
status The UPCOMING status of meetings.
note This is a note or description about the meeting that can be set by the attendee so the receiver attendee can understand the purpose of the meeting.
senderUserId Contains the user id that rejected the meeting schedule.
reschedule This flag returns value 'true' if the meeting is rescheduled for another time. Otherwise value returns as 'false'.
recordsTotal Total records of the booked meetings.
recordsFiltered Filter records from getting all booked meetings.
error Error display if getting any error while getting records.

Error Codes

Here are 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.
Language
Authorization
Header
Click Try It! to start a request and see the response here!