Retrieve a Review Overview
Developing
GET
/analytics/questions/reviews/overview
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.aladia.io/v2/analytics/questions/reviews/overview?reviewOwner=66309db15cc09cc690d80416&courseType=live&courseIds=66309db15cc09cc690d80414&courseIds=66309db15cc09cc690d80414&userId=66309db15cc09cc690d80415&startDate=2024-08-15T07:48:37.217Z&endDate=2024-08-30T07:48:37.217Z' \
--header 'apikey: '
Response Response Example
200 - Success
{
"average": 3.96,
"totalReviews": 8,
"percentages": {
"oneStar": 11.54,
"twoStar": 7.12,
"threeStar": 5.96,
"fourStar": 25,
"fiveStar": 50.38
}
}
Request
Query Params
reviewOwner
stringÂ
optional
Example:
66309db15cc09cc690d80416
courseType
stringÂ
optional
Example:
live
courseIds
array[string]
optional
Example:
["66309db15cc09cc690d80414","66309db15cc09cc690d80414"]
userId
stringÂ
optional
Example:
66309db15cc09cc690d80415
startDate
stringÂ
optional
Example:
2024-08-15T07:48:37.217Z
endDate
stringÂ
optional
Example:
2024-08-30T07:48:37.217Z
Header Params
apikey
stringÂ
optional
Example:
{{apikey}}
Responses
Modified at 2025-04-08 15:50:27