...
| Authorization (required) | Access token. You can obtain a token by making a request. |
| Parameter | Description |
|---|---|
| courseIds (required) | The IDs of the courses you want to assign. |
learnerIds (required) | The IDs of the learners you want to enroll in the courses. |
| accessDate (optional) | The date and time when learners are supposed to start studying the course. If the start date and time aren't indicated, the current date and time will be auto-populated. |
| dueDateType (required) | This parameter indicates whether the course has a due date or it isn't time-limited. Possible values of the parameter are unlimited, default, due_date, due_period. |
| dueDate (required) | This parameter is required if dueDateType = due_date. |
| duePeriod (required) | This parameter is required if dueDateType = due_period. It is measured in hours. |
| lockAfterDueDate (optional) | This parameter indicates whether the course will be blocked after the due date. Possible values of the parameter are true or false. |
Header | Description |
...