Lessonspace
lessonspaceLessonspace 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 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ónTool to create a transient demo space for embedding in an iframe. use when you need a temporary environment to test lessonspace features.
LESSONSPACE_CREATE_DEMO_SPACEAcciónTool 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
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Organisation DetailsLESSONSPACE_GET_ORGANISATION_DETAILSAcciónTool to retrieve organisation details, including id, plan, and usage stats. use after authenticating with your organisation token.
LESSONSPACE_GET_ORGANISATION_DETAILSAcciónTool 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
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Organisation Session ListLESSONSPACE_GET_ORGANISATION_SESSION_LISTAcciónTool to list sessions of an organisation. use after you have the organisation id to fetch paginated session records.
LESSONSPACE_GET_ORGANISATION_SESSION_LISTAcciónTool to list sessions of an organisation. use after you have the organisation id to fetch paginated session records.
Parámetros de entrada
pageintegerPage number for paginated results, must be >= 1
searchstringFilter sessions by ID, title, or user
orderingstringSort field, prefix with '-' for descending (e.g., '-created')
page_sizeintegerNumber of sessions per page, must be >= 1
organisationstringObligatorioUnique identifier of the organisation
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Launch SpaceLESSONSPACE_LAUNCH_SPACEAcciónTool to launch a lessonspace space. use after determining user id, role, and space id.
LESSONSPACE_LAUNCH_SPACEAcciónTool to launch a lessonspace space. use after determining user id, role, and space id.
Parámetros de entrada
expintegerSession expiration in seconds (non-negative).
namestringDisplay name for the user.
rolestringObligatorioenumRole of the user in the space.
teacherstudentavatarstringuriURL to the user's avatar image.
configobjectAdvanced space configuration options as a JSON object.
user_idstringObligatorioUnique identifier for the user.
languagestringIETF language tag for the session locale.
space_idstringObligatorioIdentifier of the space to launch.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not