Get rating course
GET/course/:encryptedcourseId/ratings
Get rating course
Request
Path Parameters
encryptedcourseId stringrequired
encryptedcourseId
Responses
- 200
- 400
Successful
- application/json
- Schema
- Example (from schema)
Schema
success boolean
Ratings
object
total_rating string
count string
star
object
1 integer
2 integer
3 integer
4 integer
5 integer
{
"success": true,
"Ratings": {
"total_rating": "string",
"count": "string",
"star": {
"1": 0,
"2": 0,
"3": 0,
"4": 0,
"5": 0
}
}
}
Invalid status value