Get user review course
GET/course/:id/reviews
Get user review course
Request
Path Parameters
encryptedCourseId stringrequired
encryptedCourseId
Responses
- 200
- 400
Successful
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
success string
data
object
current_page integer
data
object[]
comment_ID integer
comment_post_ID integer
comment_author string
comment_date string
comment_content string
user_id string
name_author string
avatar_author string
review_title string
review_rating string
first_page_url string
from integer
last_page integer
last_page_url string
links string
next_page_url string
path string
per_page integer
prev_page_url string
to integer
total integer
{
"success": "string",
"data": {
"current_page": 0,
"data": [
{
"comment_ID": 0,
"comment_post_ID": 0,
"comment_author": "string",
"comment_date": "string",
"comment_content": "string",
"user_id": "string",
"name_author": "string",
"avatar_author": "string",
"review_title": "string",
"review_rating": "string"
}
],
"first_page_url": "string",
"from": 0,
"last_page": 0,
"last_page_url": "string",
"links": "string",
"next_page_url": "string",
"path": "string",
"per_page": 0,
"prev_page_url": "string",
"to": 0,
"total": 0
}
}
Invalid status value