action getgo_start_training { label: "Start Training" description: "Returns a URL that can be used to start a training. When this URL is opened in a web browser, the GoToTraining client will be downloaded and launched and the training will start. A login of the organizer is not required." provider: getgo method: GET path: "/trainings/{trainingKey}/start" encoding: json output: { type: "object" additionalProperties: true } }