Meeting

Get meeting for an institute

<br> <b>isPublic</b>: true | false | null (public and not public) </br> <br> <b>isStarted</b>: true | false | null (started and closed) </br>
post/Meeting/GetMeetings

Headers

X-Versionstring

Request body

instituteIdinteger required

Institute identifier

isPublicboolean nullable

Is meeting publicly available?

isStartedboolean nullable

Is meeting started?

Example request

{
  "instituteId": 1
}

Response

Success

meetingIdinteger
namestring nullable
regionCodestring nullable
isPublicboolean
isStartedboolean
roomCodeinteger

Changes

No recorded changes to this endpoint across all 1 revision of this API.