action getgo_get_registrant { label: "Get Registrant" description: "Retrieves details for specific registrant in a specific training. Registrants can be:
WAITING - registrant registered and is awaiting approval (where organizer has required approval)
APPROVED - registrant registered and is approved
DENIED - registrant registered and was not approved.

IMPORTANT: The registrant data caches are typically updated immediately and the data will be returned in the response. However, the update can take as long as two hours." provider: getgo method: GET path: "/organizers/{organizerKey}/trainings/{trainingKey}/registrants/{registrantKey}" encoding: json output: { type: "object" additionalProperties: true } }