Method: listContent
| Panel |
|---|
|
info |
You will retrieve a list of course that were originally uploaded to the account. Content copied from other courses won't appear in the response.
Learn how to get a list of all course modules in the Getting a List of Course Modules article. |
Permissions to Run Request
Account Owner, Account Administrators, Department Administrators, as well as Course Authors and users with a custom role with the 'Can edit' access to the content item.
| Panel |
|---|
|
info |
For users with a custom role, allow "View and enroll users into training programs."
 |
...
| Parameter | Type | Description |
|---|
| token (required) | string | Access token. You can obtain a token by making a request. |
| contentItemId (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 |
...