### Get Kahoot By Version Source: https://results.kahoot.com/swagger Retrieves a specific version of a Kahoot. ```APIDOC ## GET /v1/organisations/{organisationId}/kahoots/{kahootId}/versions/{version} ### Description Get Kahoot ### Method GET ### Endpoint /v1/organisations/{organisationId}/kahoots/{kahootId}/versions/{version} ### Parameters #### Path Parameters - **organisationId** (string) - Required - The ID of the organization. - **kahootId** (string) - Required - The ID of the Kahoot. - **version** (string) - Required - The version of the Kahoot. ``` -------------------------------- ### Get Kahoot Versions Source: https://results.kahoot.com/swagger Retrieves all versions of a specific Kahoot. ```APIDOC ## GET /v1/organisations/{organisationId}/kahoots/{kahootId}/versions ### Description Get Current Kahoot ### Method GET ### Endpoint /v1/organisations/{organisationId}/kahoots/{kahootId}/versions ### Parameters #### Path Parameters - **organisationId** (string) - Required - The ID of the organization. - **kahootId** (string) - Required - The ID of the Kahoot. ``` -------------------------------- ### Get Answers Source: https://results.kahoot.com/swagger Retrieves answers for a specific block within a game session. ```APIDOC ## GET /v1/organisations/{organisationId}/games/{gameSessionId}/blocks/{blockIndex}/answers ### Description Get Answers ### Method GET ### Endpoint /v1/organisations/{organisationId}/games/{gameSessionId}/blocks/{blockIndex}/answers ### Parameters #### Path Parameters - **organisationId** (string) - Required - The ID of the organization. - **gameSessionId** (string) - Required - The ID of the game session. - **blockIndex** (integer) - Required - The index of the block. ``` -------------------------------- ### Get Organisation Info Source: https://results.kahoot.com/swagger Retrieves information about a specific organization. ```APIDOC ## GET /v1/organisations/{organisationId} ### Description Get organisation info ### Method GET ### Endpoint /v1/organisations/{organisationId} ### Parameters #### Path Parameters - **organisationId** (string) - Required - The ID of the organization. ``` -------------------------------- ### Get Current Kahoot Source: https://results.kahoot.com/swagger Retrieves information about the current Kahoot. ```APIDOC ## GET /v1/organisations/{organisationId}/kahoots/{kahootId} ### Description Get Current Kahoot ### Method GET ### Endpoint /v1/organisations/{organisationId}/kahoots/{kahootId} ### Parameters #### Path Parameters - **organisationId** (string) - Required - The ID of the organization. - **kahootId** (string) - Required - The ID of the Kahoot. ``` -------------------------------- ### Get Sessions For Organisation Source: https://results.kahoot.com/swagger Retrieves a list of game sessions for a given organization. ```APIDOC ## GET /v1/organisations/{organisationId}/games ### Description Get Sessions For Organisation ### Method GET ### Endpoint /v1/organisations/{organisationId}/games ### Parameters #### Path Parameters - **organisationId** (string) - Required - The ID of the organization. ``` -------------------------------- ### Get Participants For Session Source: https://results.kahoot.com/swagger Retrieves a list of participants for a specific game session. ```APIDOC ## GET /v1/organisations/{organisationId}/games/{gameSessionId}/participants ### Description Get Participants For Session ### Method GET ### Endpoint /v1/organisations/{organisationId}/games/{gameSessionId}/participants ### Parameters #### Path Parameters - **organisationId** (string) - Required - The ID of the organization. - **gameSessionId** (string) - Required - The ID of the game session. ``` -------------------------------- ### Get Session Source: https://results.kahoot.com/swagger Retrieves details for a specific game session within an organization. ```APIDOC ## GET /v1/organisations/{organisationId}/games/{gameSessionId} ### Description Get Session ### Method GET ### Endpoint /v1/organisations/{organisationId}/games/{gameSessionId} ### Parameters #### Path Parameters - **organisationId** (string) - Required - The ID of the organization. - **gameSessionId** (string) - Required - The ID of the game session. ``` -------------------------------- ### Get Organisation Users Source: https://results.kahoot.com/swagger Retrieves information about all users within an organization. ```APIDOC ## GET /v1/organisations/{organisationId}/users ### Description Get information about all users in an organisation ### Method GET ### Endpoint /v1/organisations/{organisationId}/users ### Parameters #### Path Parameters - **organisationId** (string) - Required - The ID of the organization. ``` -------------------------------- ### Get User Info Source: https://results.kahoot.com/swagger Retrieves information about a specific user within an organization. ```APIDOC ## GET /v1/organisations/{organisationId}/users/{userId} ### Description Get information about a user ### Method GET ### Endpoint /v1/organisations/{organisationId}/users/{userId} ### Parameters #### Path Parameters - **organisationId** (string) - Required - The ID of the organization. - **userId** (string) - Required - The ID of the user. ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.