🗃️Endpoints - Courses
Dernière mise à jour
Cet article vous a-t-il été utile ?
Dernière mise à jour
Cet article vous a-t-il été utile ?
Get Courses
/v1/courses
The page number in a paginated set of results
The limit of results to be returned per page
Search Course with a specific status
Draft
, Published
Search Course which have the following statuses
Search Course with a specific privacy
Secret
, Public
Search Course which have the following privacy
Link groups to a course
/v1/courses/{courseId}/groups~bulkAdd
The id of the course
Set to true to send notification mail to each invited members
The ids of the groups to link
No body
Unlink groups from a course
/v1/courses/{courseId}/groups~bulkRemove
The id of the course
The ids of the groups to link
No body
Get Courses participants
/v1/courses/{courseId}/participants
The id of the course
The page number in a paginated set of results
The limit of results to be returned per page
The firstnames of spot member to include in the result
The lastnames of spot member to include in the result
The emails of spot member to include in the result
Search participants with a specific status
Invited
, Started
, Completed
, Unenrolled
Search participants with one of theses status
Invite a member as Course participant
/v1/courses/{courseId}/participants
The id of the course
An uuid representing the unique identifier of the spot member to add to course
The Spot member ID on the initiative of the invitation
Set to true to send notification mail to each invited members
No body
Invite a members as Course participants
/v1/courses/{courseId}/participants~bulkInvite
The id of the course
The Spot member ID on the initiative of the invitation
Set to true to send notification mail to each invited members
An array of uuid representing the unique identifier of the spot members to add to course
No body