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
-
HEAD api-course-question-replies-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)
CourseDiscussionReply
Fields
| Name | Description | List |
|---|---|---|
| body | Body of the answer |
@default, @all
|
| created | When the answer was created |
@min, @default, @all
|
| id | Numeric id of the answer |
@min, @default, @all
|
| is_top_answer | If the answer is marked as the top answer |
@default, @all
|
| is_upvoted | If the answer is upvoted by requesting user |
@all
|
| last_activity | When the answer *content* was modified (excludes operations such as upvoting |
@min, @default, @all
|
| num_upvotes | Count of users upvoting the answer |
@all
|
| user | The user who created the answer |
@min, @default, @all
|