NAiOS IconNAiOS Logo
Volver al catálogo

Lessonspace

lessonspace

Lessonspace is an online collaborative classroom platform that enables educators and students to engage in interactive learning sessions with features like video conferencing, whiteboards, and resource sharing.

Acciones
4
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

Acciones disponibles (4)

Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.

Create Demo SpaceLESSONSPACE_CREATE_DEMO_SPACEAcción

Tool to create a transient demo space for embedding in an iframe. use when you need a temporary environment to test lessonspace features.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Organisation DetailsLESSONSPACE_GET_ORGANISATION_DETAILSAcción

Tool to retrieve organisation details, including id, plan, and usage stats. use after authenticating with your organisation token.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Organisation Session ListLESSONSPACE_GET_ORGANISATION_SESSION_LISTAcción

Tool to list sessions of an organisation. use after you have the organisation id to fetch paginated session records.

Parámetros de entrada

  • pageinteger

    Page number for paginated results, must be >= 1

  • searchstring

    Filter sessions by ID, title, or user

  • orderingstring

    Sort field, prefix with '-' for descending (e.g., '-created')

  • page_sizeinteger

    Number of sessions per page, must be >= 1

  • organisationstringObligatorio

    Unique identifier of the organisation

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Launch SpaceLESSONSPACE_LAUNCH_SPACEAcción

Tool to launch a lessonspace space. use after determining user id, role, and space id.

Parámetros de entrada

  • expinteger

    Session expiration in seconds (non-negative).

  • namestring

    Display name for the user.

  • rolestringObligatorioenum

    Role of the user in the space.

    teacherstudent
  • avatarstringuri

    URL to the user's avatar image.

  • configobject

    Advanced space configuration options as a JSON object.

  • user_idstringObligatorio

    Unique identifier for the user.

  • languagestring

    IETF language tag for the session locale.

  • space_idstringObligatorio

    Identifier of the space to launch.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not