MeetingBooster API
Requests
Objects
Enums

MyMeetings: List

List my meeting. (Meeting where you are the host)

HTTP request

GET ../api/v1/mymeetings/list

Parameters

Parameter name Value Description
Optional parameters
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 your meetings. Example:
[
	JSMeeting,
	JSMeeting
]
Recurring meetings are returned as single instances, and only meetings that have data will be returned.
See paging