Meeting

Get user's own meetings or meetings with assigned permission

<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/GetUserMeetings

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
isOwnerboolean

Changes

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