Method: listCourseModules
| Panel | ||
|---|---|---|
| ||
Note:
|
...
Parameter | Type | Description |
|---|---|---|
| token (required) | string | Access token. You can obtain a token by making a request |
| courseId (required) | string | The course ID |
| pageSize (optional) | string | The number of entries per page. If not indicated, equal to 1000 |
| pageToken (optional) | string | The token needed to continue to the next page |
...