Request: GET \course/{id}/modules
| Panel | ||
|---|---|---|
| ||
Note:
|
...
The Account Owner, Account Administrators, Department Administrators, users with custom roles, or Course Author with the 'Can edit' access to the content item.
Request Headers
Header | Description |
|---|---|
| Authorization (required) | Access token. You can obtain a token by making a request. |
Response Parameters
| Parameters | Description |
|---|---|
| modules | An array containing a list of course modules |
| module | An array containing information about a course module |
| moduleId | The course module ID |
| itemId | The ID of the content item or a training belonging to the course. This parameter indicates the ID of a content item or a training assigned to it in the account, outside the course, and doesn't coincide with the module Id parameter |
| courseId | The ID of the course to which the module belongs |
| title | The name of the course module |
| description | The description of the course module |
| authorId | The ID of the content item’s author (appears in the response only if the type parameter = material) |
| addedDate | The creation date of a content item or a training included in a course |
| viewUrl | The link to view a course content (appears in the response only if the type parameter = material) |
| type | The course module type. The possible values are:
|
| sequentialNumber | Sequential number of the module in the course |
...