NAiOS IconNAiOS Logo
Volver al catálogo

Coassemble

coassemble

Coassemble is a platform that allows users to create, manage, and deliver online training courses.

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.

Get ClientsCOASSEMBLE_GET_CLIENTSAcción

Tool to retrieve a paginated list of clients. use when you need to browse or process organisation records sequentially.

Parámetros de entrada

  • pageinteger

    Page number to return (1-indexed).

  • per_pageinteger

    Number of results per page (max 200).

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 CoursesCOASSEMBLE_GET_COURSESAcción

Tool 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

  • pageintegerObligatorio

    Page of courses to return

  • lengthintegerObligatorio

    Number of courses to return

  • identifierstringObligatorio

    Filter to courses created by this identifier

  • clientIdentifierstringObligatorio

    Filter to courses created by this client identifier

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 TrackingsCOASSEMBLE_GET_TRACKINGSAcción

Tool 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

  • idinteger

    Filter to trackings for a specific Course ID

  • endstring

    Filter to trackings created before this date (ISO 8601 format, e.g., YYYY-MM-DD)

  • pageinteger

    Zero-based page index to retrieve

  • startstring

    Filter to trackings created after this date (ISO 8601 format, e.g., YYYY-MM-DD)

  • lengthinteger

    Number of items per page (0–100)

  • completedboolean

    Return only completed (true) or only incomplete (false) trackings

  • identifierstring

    Filter to trackings associated with this identifier

  • clientIdentifierstring

    Filter to trackings associated with this clientIdentifier

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 UsersCOASSEMBLE_GET_USERSAcción

Tool 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

  • pageinteger

    Page number to return (0-indexed). Default is 0.

  • lengthinteger

    Number of results to return. Default is 100.

  • clientIdentifierstring

    Filter users by clientIdentifier.

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