action citrixonline_get_meetings_meeting_id_start { label: "Start meeting" description: "Returns a host URL that can be used to start a meeting. When this URL is opened in a web browser, the GoToMeeting client will be downloaded and launched and the meeting will start. The end user is not required to login to a client." provider: citrixonline method: GET path: "/meetings/{meetingId}/start" encoding: json output: { type: "object" additionalProperties: true } }