...
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 | ||
|---|---|---|
| ||
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. |
Return Value
After the request has been successfully processed, the system returns an object with the following properties:
Parameter | Type | Description |
|---|---|---|
| addedDate | dateTime | Course addition date |
| contentItem | array | An array containing information regarding the course |
| contentItemId | string | Course ID |
| description | string | Course description |
| title | string | Course title |
| subtitle | string | Course subtitle |
| type | string | Content type |
| userId | string | ID of the Account Administrator who assigned the course |
| viewUrl | string | Link to view the course |
...
