...
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 |
...