Get recurring meeting by meetingSeriesId
GET {{MEETINGS_API_URL}}/meetings/?meetingSeriesId={{_recurringMeetingId}}
We can perform the same request by specfing the meetingSeriesId as the query parameter instead of the meetingNumber. In this case the response will be a list of scheduledMeeting meetingType objects associated with the series. In this case each scheduledMeeting object has a unique id, but they all share a common meetingSeriesId.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
meetingSeriesId | string |