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