get https://api.accelevents.com/rest/event//people/schedule/all
This API will return all meeting schedules for logged-in users based on passed equivalent timezone.
API accepts eventUrl to get all 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.
Attributes | Description |
---|---|
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 | Returns the meeting status, CREATED, BOOKED, DECLINED, CANCEL, UPCOMING. |
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 | This contains the user id of the attendee who sent the scheduled meeting. |
reschedule | This flag returns value 'true' if the meeting is rescheduled for another time. Otherwise value returns as 'false'. |
recordsTotal | The number of meetings scheduled by logged-in-user. |
recordsFiltered | Filter records from all meetings. |
error | Error display if getting any error while processing the request. |
Error Codes
Here are 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 authorised. |
4040200 | No Event could be found. |