MeetingBooster API
Requests
Objects
Enums

Meetings: List

List meetings. Note: the user making this request must have acceess to all the meetings requested

HTTP request

GET ../api/v1/meetings/list

Parameters

Parameter name Value Description
Optional parameters
hostEmail String If specified only return meetings for this host
lastModified DateTime If specified only include meetings modified since this date. If lastModified is not specified all meeting will be returned.
maxResults Integer Maximum number of meetings returned. 100 by default
orderBy JSMeetingsOrderBy How to order the meetings returned. STARTDATE by default
skip Integer Number of meetings to skip. 0 by default

Request Body

Do not supply a request body with this http request

Response

A list of meetings. Example:
[
	JSMeeting,
	JSMeeting
]
Recurring meetings are returned as single instances, and only meetings that have data will be returned.
See paging