action citrixonline_get_meetings_meeting_id { label: "Get meeting" description: "Returns the meeting details for the specified meeting." provider: citrixonline method: GET path: "/meetings/{meetingId}" encoding: json output: { type: "object" additionalProperties: true } }