Coassemble icon

Coassemble

Online training platform for courses, clients, users, and learner progress tracking.

Supports training operators that list courses, fetch user and client rosters, and read learner progress per course.

Example Use Cases

These are the Coassemble actions Snow can use when building apps with you. Connecting an account does not make Snow run these on its own.

Get Clients

Retrieve a paginated list of clients (organisations). Supports pagination via 'length' and 'page' parameters. Use when you need to list all client organisations or page through them systematically.

Get Courses

Retrieve all courses from your Coassemble account with optional filtering and pagination. Use this tool to list, search, or browse courses. You can filter by user identifier, client identifier, or title, and control pagination with length and page parameters. All parameters are optional - call without parameters to get all courses.

Get Users

Tool to retrieve a paginated list of users. Use when you need to browse or process user records optionally filtered by clientIdentifier.

Get Trackings

Retrieves learner progress tracking records for a specific course. Returns tracking objects containing progress percentages, completion status, and timestamps. Supports filtering by learner identifier, client identifier, date range, and completion status, with pagination support.