Coassemble
coassembleCoassemble is a platform that allows users to create, manage, and deliver online training courses.
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.
Get ClientsCOASSEMBLE_GET_CLIENTSAcciónTool to retrieve a paginated list of clients. use when you need to browse or process organisation records sequentially.
COASSEMBLE_GET_CLIENTSAcciónTool to retrieve a paginated list of clients. use when you need to browse or process organisation records sequentially.
Parámetros de entrada
pageintegerPage number to return (1-indexed).
per_pageintegerNumber of results per page (max 200).
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 CoursesCOASSEMBLE_GET_COURSESAcciónTool to retrieve all courses with optional filters and pagination. use when you need to list courses after setting identifier and client identifier, and control page size and number.
COASSEMBLE_GET_COURSESAcciónTool to retrieve all courses with optional filters and pagination. use when you need to list courses after setting identifier and client identifier, and control page size and number.
Parámetros de entrada
pageintegerObligatorioPage of courses to return
lengthintegerObligatorioNumber of courses to return
identifierstringObligatorioFilter to courses created by this identifier
clientIdentifierstringObligatorioFilter to courses created by this client identifier
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 TrackingsCOASSEMBLE_GET_TRACKINGSAcciónTool to retrieve tracking objects with filters. use when you need to fetch learner progress data filtered by course id, date range, identifier, or completion status.
COASSEMBLE_GET_TRACKINGSAcciónTool to retrieve tracking objects with filters. use when you need to fetch learner progress data filtered by course id, date range, identifier, or completion status.
Parámetros de entrada
idintegerFilter to trackings for a specific Course ID
endstringFilter to trackings created before this date (ISO 8601 format, e.g., YYYY-MM-DD)
pageintegerZero-based page index to retrieve
startstringFilter to trackings created after this date (ISO 8601 format, e.g., YYYY-MM-DD)
lengthintegerNumber of items per page (0–100)
completedbooleanReturn only completed (true) or only incomplete (false) trackings
identifierstringFilter to trackings associated with this identifier
clientIdentifierstringFilter to trackings associated with this clientIdentifier
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 UsersCOASSEMBLE_GET_USERSAcciónTool to retrieve a paginated list of users. use when you need to browse or process user records optionally filtered by clientidentifier.
COASSEMBLE_GET_USERSAcciónTool to retrieve a paginated list of users. use when you need to browse or process user records optionally filtered by clientidentifier.
Parámetros de entrada
pageintegerPage number to return (0-indexed). Default is 0.
lengthintegerNumber of results to return. Default is 100.
clientIdentifierstringFilter users by clientIdentifier.
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