Skip to main content
POST
Bulk Assign Courses

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Request to bulk assign courses to multiple assignments.

assignmentIds
string<uuid>[]
required
courseIds
string<uuid>[] | null
curriculumId
string<uuid> | null
dueDate
string<date> | null

Response

Successful Response

Response from bulk course assignment.

updatedCount
integer
required
totalCoursesAssigned
integer
required
totalDueDatesUpdated
integer
default:0
failedAssignmentIds
string<uuid>[]