Methods
-
DELETE api-course-question-detail
-
GET api-course-question-list
-
GET api-course-question-replies-list
-
GET api-messagethread-messages-list
-
GET api-messagethreads-list
-
GET api-taught-courses-list
-
GET api-taught-courses-questions-list
-
GET api-taught-courses-review-list
-
POST api-course-question-replies-list
-
POST api-messagethread-messages-list
-
PUT api-course-question-detail
-
PUT api-course-question-replies-detail
-
PUT api-messagethreads-detail
Models
Udemy Instructor API Documentation (v1.0)
CourseDiscussion
Fields
| Name | Description | List |
|---|---|---|
| body | Body of the question |
@default, @all
|
| course | The course of the question |
@default, @all
|
| created | When the question was created |
@min, @default, @all
|
| id | Numeric id of the question |
@min, @default, @all
|
| is_instructor | The author of the question is an active instructor of the course |
@default, @all
|
| is_read | Whether the question has been read by an instructor |
@default, @all
|
| last_activity | When the question *content* was modified (excludes operations such as upvoting |
@default, @all
|
| modified | When the question was modified |
@default, @all
|
| num_follows | Count of users following the question |
@default, @all
|
| num_replies | Count of replies to the question |
@default, @all
|
| num_reply_upvotes | Count of users upvoting on any question reply |
@default, @all
|
| num_upvotes | Count of users upvoting on the question directly |
@default, @all
|
| related_lecture_id | The id of the lecture this question relates to, if any |
@all
|
| related_lecture_title | The title of the lecture this question relates to, if any |
@all
|
| related_lecture_url | The in-course url of the lecture this question relates to, if any |
@all
|
| replies | Nested list of replies to the question |
@all
|
| title | Title of the question |
@default, @all
|
| user | The user who created the question |
@all
|