Edit course rating or feedback
The purpose of this API is to edit course rating or feedback.
Request URL: | https://learn.zoho.com/learn/api/v1/portal/<networkurl>/course//rating/<ratingId> |
OAuth Scope: | ZohoLearn.course.UPDATE |
Request Method: | PUT |
Parameter | Description | Required |
---|---|---|
rating | The number of stars in rating (1 to 5) | Optional (One parameter is required) |
feedback | Feedback content | Optional (One parameter is required) |
Response
Copied{
"STATUS": "OK",
"USERRATING": {
"feedback": "Good!",
"rating": "5",
"id": "6342496000000085167",
"time": "Today, 03:43 PM",
"courseId": "6342496000000086001"
},
"OVERALLRATING": {
"rating": "5.0",
"count": "1"
}
}
Sample URL
Copiedhttps://learn.zoho.com/learn/api/v1/portal/zylker-network/course//rating/6342496000000085167