G
GoToTraining
13 endpointsliveThe GoToTraining API enables developers to use the stable and robust GoToTraining functionality as the basis for online trainings in a proprietary learning management system. The GoToTraining APIs provide the ability to access the scheduling, registration, management, and reporting functions of GoToTraining from external applications. With the ability to tightly integrate GoToTraining into your le (ingested from its OpenAPI definition; no key required)
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, and then use Cracked to show me what I can do for GoToTraining.
| Endpoint | What it does | Price | Health |
|---|---|---|---|
| DEPRECATED: Get Organizers /accounts/{accountKey}/organizers | DEPRECATED: Please use the Admin API call 'Get all users' instead. For details see https://goto-developer.logmein.com/get-all-users. | $0.0020 per call | unknown |
| Get Trainings /organizers/{organizerKey}/trainings | 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. | $0.0020 per call | unknown |
| Get Training /organizers/{organizerKey}/trainings/{trainingKey} | Uses the organizer key and training key to retrieve information on a scheduled training. | $0.0020 per call | unknown |
| Get Management URL for Training /organizers/{organizerKey}/trainings/{trainingKey}/manageUrl | A request for a direct URL to the admin portal for a specific training. The request identifies the organizer and the training; the response provides a link the organizer can use to manage or launch the training in the admin portal. The training organizer will be required to log in. You can schedule and manage the training (e.g., add tests, polls and training materials) from the URL provided in the | $0.0020 per call | unknown |
| Get Training Organizers /organizers/{organizerKey}/trainings/{trainingKey}/organizers | Retrieves organizer details for a specific training. This is only applicable to multi-user accounts with sharing enabled (co-organizers). | $0.0020 per call | unknown |
| Get Training Registrants /organizers/{organizerKey}/trainings/{trainingKey}/registrants | Retrieves details on all registrants for a specific training. Registrants can be:<br>WAITING - registrant registered and is awaiting approval (where organizer has required approval)<br>APPROVED - registrant registered and is approved<br>DENIED - registrant registered and was not approved.<br><br>IMPORTANT: The registrant data caches are typically updated immediately and the data will be returned i | $0.0020 per call | unknown |
| Get Registrant /organizers/{organizerKey}/trainings/{trainingKey}/registrants/{registrantKey} | Retrieves details for specific registrant in a specific training. Registrants can be:<br>WAITING - registrant registered and is awaiting approval (where organizer has required approval)<br>APPROVED - registrant registered and is approved<br>DENIED - registrant registered and was not approved.<br><br>IMPORTANT: The registrant data caches are typically updated immediately and the data will be return | $0.0020 per call | unknown |
| Get Start Url /organizers/{organizerKey}/trainings/{trainingKey}/startUrl | 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 after the organizer logs in with its credentials. | $0.0020 per call | unknown |
| Get Attendance Details /reports/organizers/{organizerKey}/sessions/{sessionKey}/attendees | This call retrieves a list of registrants from a specific completed training session. The response includes the registrants' email addresses, and if they attended, it includes the duration of each period of their attendance in minutes, and the times at which they joined and left. If a registrant does not attend, they appear at the bottom of the listing with timeInSession = 0. | $0.0020 per call | unknown |
| Get Sessions By Training /reports/organizers/{organizerKey}/trainings/{trainingKey} | This call returns session details for a given training. A session is a completed training event. Each training may contain one or more sessions. | $0.0020 per call | unknown |
| Get Online Recordings for Training /trainings/{trainingKey}/recordings | This call retrieves information on all online recordings for a given training. If there are none, it returns an empty list. | $0.0020 per call | unknown |
| Get Download for Online Recordings /trainings/{trainingKey}/recordings/{recordingId} | This call provides the download for the given recording by returning a 302 redirect to the original file. | $0.0020 per call | unknown |
| Start Training /trainings/{trainingKey}/start | 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. | $0.0020 per call | unknown |