action getgo_get_all_trainings { label: "Get Trainings" description: "This call retrieves information on all scheduled trainings for a given organizer. The trainings are returned in the order in which they were created. Completed trainings are not included; ongoing trainings with past sessions are included along with the past sessions. If the organizer does not have any scheduled trainings, the response will be empty." provider: getgo method: GET path: "/organizers/{organizerKey}/trainings" encoding: json output: { type: "object" additionalProperties: true } }