Coassemble

Learn how to use Coassemble with Composio

Overview

Enum

COASSEMBLE

Description

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

Authentication Details

api_key
stringRequired

Actions

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

Action Parameters

page
integerDefaults to 1
per_page
integerDefaults to 20

Action Response

data
object
error
string
successful
boolean
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.

Action Parameters

clientIdentifier
stringRequired
identifier
stringRequired
length
integerRequired
page
integerRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve a paginated list of users. use when you need to browse or process user records optionally filtered by clientidentifier.

Action Parameters

clientIdentifier
string
length
integerDefaults to 100
page
integer

Action Response

data
object
error
string
successful
boolean
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.

Action Parameters

clientIdentifier
string
completed
boolean
end
string
id
integer
identifier
string
length
integer
page
integer
start
string

Action Response

data
object
error
string
successful
boolean